]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Beta version *yay*
authorMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 18 Sep 2013 15:44:55 +0000 (15:44 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 18 Sep 2013 15:44:55 +0000 (15:44 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30800 0785d39b-7218-0410-832d-ea1e28bc413d

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

index cdba0392fae0f70af19cf32fa317299a8d3ed6ae..b76fa0f08d2172aa966867d65cc1549bed4bf8c8 100644 (file)
 #                                                                      #
 ########################################################################
 
+#
+# Dashboard configuration:
+#
+
 SET(CTEST_PROJECT_NAME "deal.II")
 
 SET(CTEST_NIGHTLY_START_TIME "1:00:00 UTC")
 
-# TODO Drop method
+SET(CTEST_DROP_METHOD "http")
+SET(CTEST_DROP_SITE "my.cdash.org")
+SET(CTEST_DROP_LOCATION "/submit.php?project=deal.II")
+SET(CTEST_DROP_SITE_CDASH TRUE)
 
 #
 # Coverage options:
index 900c705fc8b72c6c9f489ab3e7232fb232effff6..8b77faf331c90da30e1fd1b3c9117a04a6a2b2e1 100644 (file)
@@ -118,9 +118,9 @@ MESSAGE("-- DEAL_II_NO_JOBS: ${DEAL_II_NO_JOBS}")
 # Finalize:
 #
 
-SET(CMAKE_EXTRA_SUBMIT_FILES
+SET(CTEST_NOTES_FILES
+  ${CTEST_BINARY_DIRECTORY}/summary.log
   ${CTEST_BINARY_DIRECTORY}/detailed.log
-  # TODO
   )
 
 
@@ -143,23 +143,23 @@ IF("${TRACK}" STREQUAL "Experimental")
   # - No cleanup is done prior to test run
   #
 
+  CTEST_START(Experimental TRACK Experimental)
 
+  IF(NOT "${DEAL_II_CONFIG_FILE}" STREQUAL "")
+    CTEST_CONFIGURE(OPTIONS -C"${DEAL_II_CONFIG_FILE}")
+  ELSE()
+    CTEST_CONFIGURE()
+  ENDIF()
 
-  CTEST_START(Experimental TRACK Experimental)
-  CTEST_CONFIGURE() # just reconfigure (without any options)
   CTEST_BUILD(TARGET setup_test) # setup tests
   CTEST_BUILD(TARGET) # builds the "all" target
+
   CTEST_TEST(PARALLEL_LEVEL ${DEAL_II_NO_JOBS})
-  #CTEST_SUBMIT()
+
+  CTEST_SUBMIT()
 
 ELSE()
 
   MESSAGE(FATAL_ERROR "TRACK has to be set TODO")
 
 ENDIF()
-
-#IF(NOT "${DEAL_II_CONFIG_FILE}" STREQUAL "")
-#  CTEST_CONFIGURE(OPTIONS -C"${DEAL_II_CONFIG_FILE}")
-#ELSE()
-#  CTEST_CONFIGURE()
-#ENDIF()

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.