Skip to content

Update build.yml

Update build.yml #3

Workflow file for this run

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