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
3610762b
Commit
3610762b
authored
May 15, 2019
by
Antoine Regimbeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow verbosity for OTB-depends
parent
ceff97aa
Pipeline
#1441
canceled with stages
in 29 minutes and 9 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
CI/prepare_superbuild.cmake
CI/prepare_superbuild.cmake
+0
-2
No files found.
.gitlab-ci.yml
View file @
3610762b
...
...
@@ -92,13 +92,13 @@ ubuntu-superbuild-prepare:
extends
:
.common-prepare
image
:
$BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
script
:
-
ctest -V -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
-
ctest -V
V
-S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
centos-superbuild-prepare
:
extends
:
.common-prepare
image
:
$BUILD_IMAGE_REGISTRY/otb-centos-superbuild-base:6.6
script
:
-
ctest -V -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base
-
ctest -V
V
-S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base
ubuntu-superbuild-build
:
extends
:
.common-build
...
...
CI/prepare_superbuild.cmake
View file @
3610762b
...
...
@@ -24,8 +24,6 @@ include( "${CMAKE_CURRENT_LIST_DIR}/macros.cmake" )
set
(
ENV{LANG}
"C"
)
# Only ascii output
get_filename_component
(
OTB_SOURCE_DIR
${
CMAKE_CURRENT_LIST_DIR
}
DIRECTORY
)
set
(
DEBUG
"1"
)
set
(
SUPERBUILD_SOURCE_DIR
"
${
OTB_SOURCE_DIR
}
/SuperBuild"
)
set
(
CTEST_BUILD_CONFIGURATION
"Release"
)
...
...
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