Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-12 10:30:35 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-12 10:30:35 +0300
commite677d6d1552984ddcaf6ea7a48bef155a9cae22c (patch)
tree3c585bba279365096e6cfc50e4a4fb228951c411 /CTestConfig.cmake
parent43f308350c3d8696efd645aab7e1875c5649fa62 (diff)
Forgot CTestConfig.cmake file
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
new file mode 100644
index 00000000..262859ad
--- /dev/null
+++ b/CTestConfig.cmake
@@ -0,0 +1,15 @@
+## 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.
+##
+## # The following are required to submit to the CDash dashboard:
+## ENABLE_TESTING()
+## INCLUDE(CTest)
+
+set(CTEST_PROJECT_NAME "Boost.AFIO")
+set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
+
+set(CTEST_DROP_METHOD "http")
+set(CTEST_DROP_SITE "my.cdash.org")
+set(CTEST_DROP_LOCATION "/submit.php?project=Boost.AFIO")
+set(CTEST_DROP_SITE_CDASH TRUE)