Skip to content

Commit 3f12636

Browse files
julienmalikjef-n
authored andcommittedSep 30, 2016
CDash submissions should be done with https now
(cherry picked from commit 19378c2)
1 parent c9449c8 commit 3f12636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CTestConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set(CTEST_PROJECT_NAME "QGIS")
88
set(CTEST_NIGHTLY_START_TIME "20:00:00 CEST")
99

10-
set(CTEST_DROP_METHOD "http")
10+
set(CTEST_DROP_METHOD "https")
1111
set(CTEST_DROP_SITE "dash.orfeo-toolbox.org")
1212
set(CTEST_DROP_LOCATION "/submit.php?project=QGIS")
1313
set(CTEST_DROP_SITE_CDASH TRUE)

0 commit comments

Comments
 (0)
Please sign in to comment.