Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jialin Wang
otb
Commits
d1e5f44c
Commit
d1e5f44c
authored
Sep 30, 2016
by
Guillaume Pasero
Browse files
TEST: change drop method to https
Conflicts: Documentation/Cookbook/CTestConfig.cmake
parent
60419d96
Changes
3
Hide whitespace changes
Inline
Side-by-side
CTestConfig.cmake
View file @
d1e5f44c
set
(
CTEST_PROJECT_NAME
"OTB"
)
set
(
CTEST_NIGHTLY_START_TIME
"20:00:00 CEST"
)
set
(
CTEST_DROP_METHOD
"http"
)
set
(
CTEST_DROP_METHOD
"http
s
"
)
set
(
CTEST_DROP_SITE
"dash.orfeo-toolbox.org"
)
set
(
CTEST_DROP_LOCATION
"/submit.php?project=OTB"
)
set
(
CTEST_DROP_SITE_CDASH TRUE
)
\ No newline at end of file
set
(
CTEST_DROP_SITE_CDASH TRUE
)
Documentation/SoftwareGuide/CTestConfig.cmake
View file @
d1e5f44c
set
(
CTEST_PROJECT_NAME
"Documentation"
)
set
(
CTEST_NIGHTLY_START_TIME
"20:00:00 CEST"
)
set
(
CTEST_DROP_METHOD
"http"
)
set
(
CTEST_DROP_METHOD
"http
s
"
)
set
(
CTEST_DROP_SITE
"dash.orfeo-toolbox.org"
)
set
(
CTEST_DROP_LOCATION
"/submit.php?project=Documentation"
)
set
(
CTEST_DROP_SITE_CDASH TRUE
)
SuperBuild/CTestConfig.cmake
View file @
d1e5f44c
...
...
@@ -7,7 +7,7 @@
set
(
CTEST_PROJECT_NAME
"OTB"
)
set
(
CTEST_NIGHTLY_START_TIME
"20:00:00 CEST"
)
set
(
CTEST_DROP_METHOD
"http"
)
set
(
CTEST_DROP_METHOD
"http
s
"
)
set
(
CTEST_DROP_SITE
"dash.orfeo-toolbox.org"
)
set
(
CTEST_DROP_LOCATION
"/submit.php?project=OTB"
)
set
(
CTEST_DROP_SITE_CDASH TRUE
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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