Skip to content

Commit

Permalink
Minor adjustments to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chillenzer committed Nov 12, 2024
1 parent 3fe502e commit acb7288
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cmake .. \
-DCMAKE_CXX_FLAGS="-std=c++20 -g" \
-Dalpaka_CXX_STANDARD=20 \
-DmallocMC_CATCH2_PROVIDER=extern \
-DmallocMC_CATCH2_PROVIDER=intern \
-Dalpaka_ACC_CPU_B_OMP2_T_SEQ_ENABLE:BOOL=ON \
-Dalpaka_ACC_CPU_B_SEQ_T_OMP2_ENABLE:BOOL=ON \
-Dalpaka_ACC_CPU_B_SEQ_T_SEQ_ENABLE:BOOL=ON \
Expand All @@ -35,4 +35,6 @@ jobs:
- working-directory: build_dir
run: ./tests
- working-directory: build_dir
run: ./mallocMC_Example01 && ./mallocMC_Example03
run: ./mallocMC_Example01
- working-directory: build_dir
run: ./mallocMC_Example03

0 comments on commit acb7288

Please sign in to comment.