summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-07-05 10:14:14 +0200
committerAndreas Schneider <asn@samba.org>2018-08-09 10:59:35 +0200
commit93d4387c27efb2b62bdc4240f66b2030f82c7705 (patch)
tree91f2603cbd58fe9341f5a3187afee59408223347 /CTestConfig.cmake
parentf0f86400b6a9b9b8fc7ffddc24c64000f7b6866f (diff)
downloadsocket_wrapper-93d4387c27efb2b62bdc4240f66b2030f82c7705.tar.gz
socket_wrapper-93d4387c27efb2b62bdc4240f66b2030f82c7705.tar.xz
socket_wrapper-93d4387c27efb2b62bdc4240f66b2030f82c7705.zip
ctest: Move to new dashboard
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 3c29af3..0f4e9aa 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -1,9 +1,9 @@
set(UPDATE_TYPE "true")
-set(CTEST_PROJECT_NAME "socketwrapper")
+set(CTEST_PROJECT_NAME "socket_wrapper")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
set(CTEST_DROP_METHOD "https")
-set(CTEST_DROP_SITE "mock.cryptomilk.org")
-set(CTEST_DROP_LOCATION "/submit.php?project=socketwrapper")
+set(CTEST_DROP_SITE "test.cmocka.org")
+set(CTEST_DROP_LOCATION "/submit.php?project=${CTEST_PROJECT_NAME}")
set(CTEST_DROP_SITE_CDASH TRUE)