forked from precice/openfoam-adapter
-
-
Notifications
You must be signed in to change notification settings - Fork 1
33 lines (33 loc) · 846 Bytes
/
build.yml
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 foam-extend
on:
push:
branches-ignore:
- 'master'
- 'develop'
paths-ignore:
- 'docs/**'
- 'tools/**'
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'
- 'README.md'
pull_request:
branches-ignore:
- 'master'
- 'develop'
paths-ignore:
- 'docs/**'
- 'tools/**'
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'
- 'README.md'
jobs:
build_fe40:
runs-on: ubuntu-20.04
container: ghcr.io/hoehnp/openfoam-adapter:precice-foam-extend-4.0
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Checkout branch
run: git checkout foam-extend-4.0
- name: Build OpenFOAM-preCICE adapter
run: source /home/foamuser/foam/foam-extend-4.0/etc/bashrc; LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH ./Allwmake