Skip to content

Commit

Permalink
ci: report cdash
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 21, 2024
1 parent a0f8d88 commit 3b81d86
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ci/install_hermes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ cmake \
-DHERMES_ENABLE_STDIO_ADAPTER=ON \
-DHERMES_ENABLE_POSIX_ADAPTER=ON \
-DHERMES_ENABLE_COVERAGE=ON \
-DBUILD_TESTING=ON \
-DSITE=ubu \
-DBUILDNAME="mpich" \
..

cmake --build . -- -j4
ctest -VV

ctest -D Experimental
popd

0 comments on commit 3b81d86

Please sign in to comment.