Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
b2e2edfc
Commit
b2e2edfc
authored
Apr 08, 2019
by
aregimbe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove build to fix issue on ssh connection
parent
e51e4b9f
Pipeline
#853
failed with stages
in 28 minutes and 23 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
CI/prepare_superbuild.cmake
CI/prepare_superbuild.cmake
+19
-19
No files found.
CI/prepare_superbuild.cmake
View file @
b2e2edfc
...
...
@@ -117,25 +117,25 @@ ctest_configure(BUILD "${CTEST_BINARY_DIRECTORY}"
CAPTURE_CMAKE_ERROR _configure_error
)
if
(
NOT _configure_rv EQUAL 0
)
ctest_submit
()
message
(
SEND_ERROR
"An error occurs during ctest_configure."
)
return
()
endif
()
ctest_build
(
BUILD
"
${
CTEST_BINARY_DIRECTORY
}
"
TARGET
"OTB_DEPENDS"
RETURN_VALUE _build_rv
CAPTURE_CMAKE_ERROR _build_error
)
if
(
NOT _build_rv EQUAL 0
)
ctest_submit
()
message
(
SEND_ERROR
"An error occurs during ctest_build."
)
return
()
endif
()
ctest_submit
()
#
if ( NOT _configure_rv EQUAL 0 )
#
ctest_submit()
#
message( SEND_ERROR "An error occurs during ctest_configure.")
#
return()
#
endif()
#
ctest_build(BUILD "${CTEST_BINARY_DIRECTORY}"
#
TARGET "OTB_DEPENDS"
#
RETURN_VALUE _build_rv
#
CAPTURE_CMAKE_ERROR _build_error
#
)
#
if ( NOT _build_rv EQUAL 0 )
#
ctest_submit()
#
message( SEND_ERROR "An error occurs during ctest_build.")
#
return()
#
endif()
#
ctest_submit()
########################################################################
########################################################################
...
...
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