]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Update cdash configuration
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Sep 2013 23:19:05 +0000 (23:19 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Sep 2013 23:19:05 +0000 (23:19 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30862 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CTestConfig.cmake
tests/run_testsuite.cmake

index b6ef110194634f80b251792a4df571b2a9745836..6967d096369483259ecdc3fe41e978d583f65aab 100644 (file)
 
 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)
 
index 4b50d1a5431016417878b43b168b0dc9806db844..44e1548a9b023f8222b716f90acdfcfb300fc35e 100644 (file)
@@ -293,6 +293,24 @@ ENDIF()
 
 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


Typeset in Trocchi and Trocchi Bold Sans Serif.