Skip to content

Commit

Permalink
CI: Submit results to CDash for each build step
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Apr 8, 2021
1 parent a2016a9 commit 868fe02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FairMQTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,12 @@ endif()
list(JOIN options ";" optionsstr)
ctest_configure(OPTIONS "${optionsstr}")

ctest_submit()

ctest_build(FLAGS "-j${NCPUS}")

ctest_submit()

ctest_test(BUILD "${CTEST_BINARY_DIRECTORY}"
PARALLEL_LEVEL 1
SCHEDULE_RANDOM ON
Expand Down

0 comments on commit 868fe02

Please sign in to comment.