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
ea0c544a
Commit
ea0c544a
authored
Jan 23, 2018
by
Floris Berendsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: try to let ctest return a 0 error code for jenkins to continue
parent
eca2761a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CTest.cmake
CTest.cmake
+1
-1
SuperBuild/CTest.cmake
SuperBuild/CTest.cmake
+1
-1
No files found.
CTest.cmake
View file @
ea0c544a
...
...
@@ -51,4 +51,4 @@ ctest_start("Nightly")
ctest_configure
()
ctest_build
()
ctest_test
()
ctest_submit
()
\ No newline at end of file
ctest_submit
(
RETURN_VALUE 0
)
\ No newline at end of file
SuperBuild/CTest.cmake
View file @
ea0c544a
...
...
@@ -51,4 +51,4 @@ ctest_start("Nightly")
ctest_configure
()
ctest_build
()
ctest_test
()
ctest_submit
()
\ No newline at end of file
ctest_submit
(
RETURN_VALUE 0
)
\ No newline at end of file
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