Skip to content

Commit

Permalink
fixup: weekly ci
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Jan 16, 2024
1 parent a9b7c29 commit c0ba9eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
cmake -B build \
-D CMAKE_BUILD_TYPE=${{ matrix.cmake_build_type }} \
-D CMAKE_CXX_FLAGS="-Wall -Wextra -pedantic -Werror" \
-D CMAKE_INSTALL_PREFIX=$HOME/CabanaPD \
-D CMAKE_INSTALL_PREFIX=$HOME/CabanaMD \
-D CMAKE_PREFIX_PATH="$HOME/Cabana" \
-D MPIEXEC_MAX_NUMPROCS=2 \
-D MPIEXEC_PREFLAGS="--oversubscribe" \
-D CabanaPD_ENABLE_TESTING=ON
-D CabanaMD_ENABLE_TESTING=ON
cmake --build build --parallel 2
cmake --install build
- name: Test CabanaPD
- name: Test CabanaMD
run: |
CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --target test

0 comments on commit c0ba9eb

Please sign in to comment.