Skip to content

Commit

Permalink
Adding the test configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
toastedcrumpets committed Apr 28, 2015
1 parent 85256a4 commit ce18398
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
set(CTEST_PROJECT_NAME "stator")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "cdash.dynamomd.org")
set(CTEST_DROP_LOCATION "/submit.php?project=stator")
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit ce18398

Please sign in to comment.