Skip to content

Commit

Permalink
Revert build_and_test.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Dec 15, 2024
1 parent bdc3aa7 commit 8e469e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ set -o verbose

cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -Wdev -Wdeprecated -G Ninja -S . -B build
cmake --build build --parallel 8 --verbose || cmake --build build --verbose
#( cd build && ( ctest -j --output-on-failure || ctest --rerun-failed --verbose ) )
( cd build && ( ctest -j --output-on-failure || ctest --rerun-failed --verbose ) )

0 comments on commit 8e469e4

Please sign in to comment.