Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
212
Issues
212
List
Boards
Labels
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
a8126204
Commit
a8126204
authored
Jul 10, 2019
by
Antoine Regimbeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No more CTEST_NIGHTLY_START_TIME needed
parent
09f052b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
11 deletions
+0
-11
CTestConfig.cmake
CTestConfig.cmake
+0
-2
Packaging/CTestConfig.cmake
Packaging/CTestConfig.cmake
+0
-1
SuperBuild/CTestConfig.cmake
SuperBuild/CTestConfig.cmake
+0
-8
No files found.
CTestConfig.cmake
View file @
a8126204
...
...
@@ -19,8 +19,6 @@
#
set
(
CTEST_PROJECT_NAME
"OTB"
)
set
(
CTEST_NIGHTLY_START_TIME
"20:00:00 CEST"
)
set
(
CTEST_DROP_METHOD
"https"
)
set
(
CTEST_DROP_SITE
"cdash.orfeo-toolbox.org"
)
set
(
CTEST_DROP_LOCATION
"/submit.php?project=OTB"
)
...
...
Packaging/CTestConfig.cmake
View file @
a8126204
...
...
@@ -19,7 +19,6 @@
#
set
(
CTEST_PROJECT_NAME
"OTB"
)
set
(
CTEST_NIGHTLY_START_TIME
"20:00:00 CEST"
)
set
(
CTEST_DROP_METHOD
"https"
)
set
(
CTEST_DROP_SITE
"cdash.orfeo-toolbox.org"
)
set
(
CTEST_DROP_LOCATION
"/submit.php?project=OTB"
)
...
...
SuperBuild/CTestConfig.cmake
View file @
a8126204
...
...
@@ -18,15 +18,7 @@
# limitations under the License.
#
## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
## # The following are required to uses Dart and the Cdash dashboard
## enable_testing()
## include(Dart)
set
(
CTEST_PROJECT_NAME
"OTB"
)
set
(
CTEST_NIGHTLY_START_TIME
"20:00:00 CEST"
)
set
(
CTEST_DROP_METHOD
"https"
)
set
(
CTEST_DROP_SITE
"cdash.orfeo-toolbox.org"
)
set
(
CTEST_DROP_LOCATION
"/submit.php?project=OTB"
)
...
...
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