Merge pull request #5 from JulianJohannes/main #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Tests | |
on: [push] | |
jobs: | |
Build-OpenFOAM-v2206-Opt: | |
runs-on: ubuntu-latest | |
container: tmaric/openfoam-v2206_ubuntu-focal | |
defaults: | |
run: | |
shell: bash | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v3 | |
- name: Build with OpenFOAM-v2206 in Opt mode | |
run: ls /opt/OpenFOAM && . /opt/OpenFOAM/OpenFOAM-v2206/etc/bashrc && ./Allwmake |