Skip to content
Snippets Groups Projects
Commit f5f6e709 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 7afc9b1d
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,10 @@ endif(NOT CDASH_MODEL) ...@@ -41,7 +41,10 @@ endif(NOT CDASH_MODEL)
ctest_empty_binary_directory(${CTEST_BINARY_DIRECTORY}) ctest_empty_binary_directory(${CTEST_BINARY_DIRECTORY})
ctest_start(${CDASH_MODEL}) ctest_start(${CDASH_MODEL})
ctest_update() # update from SVN only for nightly builds
if(CDASH_MODEL MATCHES "Nightly")
ctest_update()
endif(CDASH_MODEL MATCHES "Nightly")
ctest_configure() ctest_configure()
ctest_build(TARGET html) ctest_build(TARGET html)
ctest_build(TARGET package NUMBER_ERRORS ERR) ctest_build(TARGET package NUMBER_ERRORS ERR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment