Skip to content

Commit

Permalink
[ctest] use "https" drop_method instead of "http"
Browse files Browse the repository at this point in the history
  • Loading branch information
gicmo committed Jun 8, 2017
1 parent 0d4b218 commit 9f9c96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTestConfig.cmake
@@ -1,7 +1,7 @@
set(CTEST_PROJECT_NAME "nix")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "cdash.0xdeadbabe.info")
set(CTEST_DROP_LOCATION "/submit.php?project=nix")
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit 9f9c96b

Please sign in to comment.