Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
SMTK
Commits
bbf8d36a
Commit
bbf8d36a
authored
Aug 03, 2020
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ctest: submit to CDash via https
parent
34a53d78
Pipeline
#183344
passed with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CTestConfig.cmake
CTestConfig.cmake
+2
-2
No files found.
CTestConfig.cmake
View file @
bbf8d36a
...
...
@@ -9,7 +9,7 @@ set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
set
(
drop_sites kitware
)
set
(
CTEST_DROP_METHOD_kitware
"http"
)
set
(
CTEST_DROP_METHOD_kitware
"http
s
"
)
set
(
CTEST_DROP_SITE_kitware
"www.kitware.com/CDash"
)
set
(
CTEST_DROP_LOCATION_kitware
"/submit.php?project=SMTK"
)
set
(
CTEST_DROP_SITE_CDASH_kitware TRUE
)
...
...
@@ -18,7 +18,7 @@ if (NOT DEFINED SMTK_PUBLIC_DROP_SITE OR SMTK_PUBLIC_DROP_SITE)
list
(
APPEND drop_sites open
)
set
(
CTEST_DROP_METHOD_open
"http"
)
set
(
CTEST_DROP_METHOD_open
"http
s
"
)
set
(
CTEST_DROP_SITE_open
"open.cdash.org"
)
set
(
CTEST_DROP_LOCATION_open
"/submit.php?project=SMTK"
)
set
(
CTEST_DROP_SITE_CDASH_open TRUE
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment