Skip to content
Snippets Groups Projects
Verified Commit 7fc6470c authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Make it possible to set CDash model on command line

parent 1859b94c
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,11 @@ set(CMAKE_ARGS
${CMAKE_ARGS}
)
ctest_start(Continuous)
if(NOT DEFINED MODEL)
set(MODEL Experimental)
endif()
ctest_start(${MODEL})
ctest_configure(OPTIONS "${CMAKE_ARGS}")
ctest_build()
ctest_test()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment