-
-
Notifications
You must be signed in to change notification settings - Fork 103
33 lines (33 loc) · 721 Bytes
/
build.yml
File metadata and controls
33 lines (33 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: Build with OpenFOAM v2512
on:
push:
branches-ignore:
- 'OpenFOAM*'
paths-ignore:
- 'docs/**'
- 'tools/**'
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'
- 'README.md'
pull_request:
branches-ignore:
- 'OpenFOAM*'
paths-ignore:
- 'docs/**'
- 'tools/**'
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
container: precice/precice:nightly
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up OpenFOAM
uses: gerlero/setup-openfoam@v1
with:
openfoam-version: 2512
- name: Build OpenFOAM-preCICE adapter
run: ./Allwmake