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
7bd51369
Commit
7bd51369
authored
Jun 25, 2019
by
Guillaume Pasero
Browse files
CI: reduce verbosity level on ubuntu-xdk
parent
71872d1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7bd51369
...
...
@@ -111,7 +111,7 @@ ubuntu-xdk-build:
image
:
$BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
script
:
-
xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/main_superbuild.cmake -DIMAGE_NAME:string=ubuntu-18.04-llvm-xdk
-
xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V
V
-S CI/main_packages.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base -DNAME_SUFFIX:string=-glibc-2.27
-
xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/main_packages.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base -DNAME_SUFFIX:string=-glibc-2.27
dependencies
:
-
ubuntu-xdk-prepare
...
...
@@ -242,4 +242,4 @@ deploy:
-
centos-xdk-build
-
macos-xdk-build
-
windows-8-build
-
windows-10-build
\ No newline at end of file
-
windows-10-build
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