Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
10fcc9bd
Commit
10fcc9bd
authored
Feb 25, 2019
by
Guillaume Pasero
Browse files
CI: use docker images from gbonnefille registry
parent
8a7a9329
Pipeline
#290
passed with stage
in 55 minutes and 21 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
10fcc9bd
variables
:
DOCKER_DRIVER
:
overlay2
GIT_DEPTH
:
"
3"
stages
:
-
build
...
...
@@ -17,13 +18,13 @@ stages:
native-build
:
extends
:
.general
stage
:
build
image
:
registry.orfeo-toolbox.org/
orfeotoolbox
/otb
:
ubuntu-18.04
-gcc
image
:
registry.orfeo-toolbox.org/
gbonnefille/otb-build-env
/otb
-
ubuntu-
native:
18.04
script
:
-
ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc
shark-build
:
extends
:
.general
stage
:
build
image
:
registry.orfeo-toolbox.org/
orfeotoolbox
/otb
:
ubuntu-
18.04-gcc-shark-3.1.
4
image
:
registry.orfeo-toolbox.org/
gbonnefille/otb-build-env
/otb
-
ubuntu-
shark:18.0
4
script
:
-
ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc-shark-3.1.4
\ No newline at end of file
-
ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc-shark-3.1.4
CI/configure_option.cmake
View file @
10fcc9bd
...
...
@@ -48,7 +48,7 @@ OTB_USE_OPENGL:BOOL=ON
OTB_USE_OPENMP:BOOL=ON
OTB_USE_QT:BOOL=ON
OTB_USE_QWT:BOOL=ON
OTB_USE_SHARK:BOOL=
$ENV{OTB_USESHARK}
OTB_USE_SHARK:BOOL=
ON
OTB_USE_SIFTFAST:BOOL=ON
OTB_USE_SPTW:BOOL=ON
OTB_USE_SSE_FLAGS:BOOL=ON"
)
...
...
CI/ubuntu-18.04-gcc.cmake
View file @
10fcc9bd
...
...
@@ -21,4 +21,5 @@
# Configuration options for ubuntu-18.04-gcc
set
(
site_option
"opencv_INCLUDE_DIR:PATH=/usr/include"
)
"opencv_INCLUDE_DIR:PATH=/usr/include
OTB_USE_SHARK:BOOL=OFF"
)
Write
Preview
Supports
Markdown
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