Merge pull request #56 from inflowencer/patch-1 #39
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: OpenFOAM ESI | |
on: | |
push: | |
branches: [ master, hotfix-* ] | |
pull_request: | |
branches: [ master, development ] | |
jobs: | |
build-OF1912: | |
name: OpenFOAM v1912 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: OpenFOAMv1912 | |
run: make runTestsOFv1912 | |
build-OF2006: | |
name: OpenFOAM v2006 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: OpenFOAMv2006 | |
run: make runTestsOFv2006 | |
build-OF2012: | |
name: OpenFOAM v2012 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: OpenFOAMv2012 | |
run: make runTestsOFv2012 |