Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperElastix
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Mirrors
SuperElastix
Commits
d85c548a
Commit
d85c548a
authored
Jan 22, 2018
by
Niels Dekker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: switched from http to https when submitting to my.cdash.org.
parent
e6f5543d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CTestConfig.cmake
CTestConfig.cmake
+1
-1
SuperBuild/CTestConfig.cmake
SuperBuild/CTestConfig.cmake
+1
-1
No files found.
CTestConfig.cmake
View file @
d85c548a
...
...
@@ -8,7 +8,7 @@
set
(
CTEST_PROJECT_NAME
"SuperElastix"
)
set
(
CTEST_NIGHTLY_START_TIME
"00:00:00 EST"
)
set
(
CTEST_DROP_METHOD
"http"
)
set
(
CTEST_DROP_METHOD
"http
s
"
)
set
(
CTEST_DROP_SITE
"my.cdash.org"
)
set
(
CTEST_DROP_LOCATION
"/submit.php?project=SuperElastix"
)
set
(
CTEST_DROP_SITE_CDASH TRUE
)
SuperBuild/CTestConfig.cmake
View file @
d85c548a
...
...
@@ -8,7 +8,7 @@
set
(
CTEST_PROJECT_NAME
"SuperElastix"
)
set
(
CTEST_NIGHTLY_START_TIME
"00:00:00 EST"
)
set
(
CTEST_DROP_METHOD
"http"
)
set
(
CTEST_DROP_METHOD
"http
s
"
)
set
(
CTEST_DROP_SITE
"my.cdash.org"
)
set
(
CTEST_DROP_LOCATION
"/submit.php?project=SuperElastix"
)
set
(
CTEST_DROP_SITE_CDASH 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