Adjust CDash drop location

This commit is contained in:
Henrik Rusche 2014-06-01 20:24:27 +02:00
parent c458150bfc
commit 9e127305fd

View file

@ -4,10 +4,10 @@
## # The following are required to uses Dart and the Cdash dashboard
## ENABLE_TESTING()
## INCLUDE(CTest)
set(CTEST_PROJECT_NAME "foam-extend-3.0")
set(CTEST_PROJECT_NAME "foam-extend-3.1")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "openfoam-extend.sourceforge.net")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=foam-extend-3.0")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=foam-extend-3.1")
set(CTEST_DROP_SITE_CDASH TRUE)