git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30862
0785d39b-7218-0410-832d-
ea1e28bc413d
SET(CTEST_PROJECT_NAME "deal.II")
-SET(CTEST_NIGHTLY_START_TIME "1:00:00 UTC")
-
SET(CTEST_DROP_METHOD "http")
-SET(CTEST_DROP_SITE "my.cdash.org")
+SET(CTEST_DROP_SITE "cdash.kyomu.43-1.org")
SET(CTEST_DROP_LOCATION "/submit.php?project=deal.II")
SET(CTEST_DROP_SITE_CDASH TRUE)
MESSAGE("-- CTEST_BUILD_NAME: ${CTEST_BUILD_NAME}")
+#
+# We require valid svn information for build tests:
+#
+
+IF( "${TRACK}" STREQUAL "Build Tests"
+ AND NOT DEFINED _svn_WC_REVISION )
+ MESSAGE(FATAL_ERROR "
+TRACK was set to \"Build Tests\" which requires the source directory to be
+under Subversion version control.
+"
+ )
+ELSE()
+ # if not on trunk, append branch to track:
+ IF(NOT "${_branch}" STREQUAL "trunk")
+ SET("${TRACK} - ${_branch}")
+ ENDIF()
+ENDIF()
+
#
# Write revision log:
#
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams