Skip to content

Commit

Permalink
Merge pull request #126 from nbelakovski/fix_nagfor
Browse files Browse the repository at this point in the history
Instruct nagfor to build tests (which also build examples) and dont run stress tests
  • Loading branch information
zaikunzhang authored Dec 22, 2023
2 parents 7171cd6 + 9b404ab commit 8b08dca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake_nagfor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
export FFLAGS
export FC=nagfor
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=. -LAH -DCMAKE_C_FLAGS="" -DCMAKE_Fortran_FLAGS="${FFLAGS}" .
cmake --build . --target install --parallel 4
cmake --build . --target examples --parallel 4
ctest --output-on-failure -V
cmake --build . --target install
cmake --build . --target tests
ctest --output-on-failure -V -E stress
# The following job check whether the tests were successful or cancelled due to timeout.
Expand Down

0 comments on commit 8b08dca

Please sign in to comment.