summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2015-02-25 11:11:32 +0100
committerAndreas Schneider <asn@samba.org>2015-02-25 11:19:58 +0100
commita6555e464f41e396977d4b3a94f2a8403b96fc33 (patch)
tree24e706396c8b489b6802c2495b1a4ad0cfafe3ef
parent43d01669351e007bda10810fea675c0297b9ecd1 (diff)
downloadsocket_wrapper-a6555e464f41e396977d4b3a94f2a8403b96fc33.tar.gz
socket_wrapper-a6555e464f41e396977d4b3a94f2a8403b96fc33.tar.xz
socket_wrapper-a6555e464f41e396977d4b3a94f2a8403b96fc33.zip
cmake: Drop test results via https.
Signed-off-by: Andreas Schneider <asn@samba.org>
-rw-r--r--CTestConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 3642735..3c29af3 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -3,7 +3,7 @@ set(UPDATE_TYPE "true")
set(CTEST_PROJECT_NAME "socketwrapper")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
-set(CTEST_DROP_METHOD "http")
+set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "mock.cryptomilk.org")
set(CTEST_DROP_LOCATION "/submit.php?project=socketwrapper")
set(CTEST_DROP_SITE_CDASH TRUE)