File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: openfoam
22
33on :
44 push :
5- branches : [ of2206 ]
5+ branches : [ of2406 ]
66 pull_request :
7- branches : [ of2206 ]
7+ branches : [ of2406 ]
88
99jobs :
1010 build-and-test :
@@ -19,18 +19,18 @@ jobs:
1919 sudo apt-get install libglu1-mesa
2020 wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash
2121 sudo apt-get update
22- sudo apt-get install openfoam2206 -default
22+ sudo apt-get install openfoam2406 -default
2323 - name : compile library
2424 run : |
2525 export WM_NCOMPPROCS=2
26- openfoam2206 -c ./Allwmake
27- openfoam2206 -c ./get-gmsh.sh
26+ openfoam2406 -c ./Allwmake
27+ openfoam2406 -c ./get-gmsh.sh
2828 - name : test
2929 run : |
3030 python -m pip install --upgrade pip
3131 pip install oftest scipy casefoam
32- openfoam2206 -c "py.test --writeNSteps=1 run/"
33- openfoam2206 -c "py.test -m 'not slow'"
32+ openfoam2406 -c "py.test --writeNSteps=1 run/"
33+ openfoam2406 -c "py.test -m 'not slow'"
3434
3535 - name : upload logs
3636 if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments