summaryrefslogtreecommitdiff
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
new file mode 100644
index 0000000..ca1c78e
--- /dev/null
+++ b/CTestConfig.cmake
@@ -0,0 +1,12 @@
+##
+# KiCad CDash/CTest Support
+# Run cmake, then ctest -D Experimental to push to cdash.
+##
+set(CTEST_PROJECT_NAME "KiCad")
+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=KiCad")
+set(CTEST_DROP_SITE_CDASH TRUE)
+