Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Commandre Benjamin
OTB
Commits
7ffde41c
Commit
7ffde41c
authored
May 17, 2019
by
Antoine Regimbeau
Browse files
Remove test in branch
parent
07254e70
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7ffde41c
...
...
@@ -61,8 +61,8 @@ fast-build:
when
:
on_failure
expire_in
:
24 hrs
paths
:
-
log/*.txt
-
build/*/*.log
-
build/*/*.log
#CMake log
-
log/*.txt
# Others
debian-build
:
extends
:
.common-build
...
...
@@ -94,9 +94,8 @@ ubuntu-llvm:
expire_in
:
24 hrs
when
:
always
paths
:
-
sb_branch.txt
# This recovers logs from superbuild build
-
build/*/*/*/*.log
-
sb_branch.txt
# Needed to checkout correct branch in build step
-
build/*/*/*/*.log
# Superbuild log
## Ubuntu superbuild
ubuntu-superbuild-prepare
:
...
...
@@ -134,7 +133,6 @@ centos-superbuild-build:
macos-superbuild-prepare
:
tags
:
-
macos
only
:
[
merge_requests
,
branches
]
extends
:
.common-prepare
before_script
:
# No need to install lfs as this machine is persistent
...
...
@@ -148,9 +146,8 @@ macos-superbuild-build:
tags
:
-
macos
extends
:
.common-build
only
:
[
merge_requests
,
branches
]
script
:
-
ctest -V
V
-S CI/main_superbuild.cmake -DIMAGE_NAME:string=otb-macos-superbuild
-
ctest -V -S CI/main_superbuild.cmake -DIMAGE_NAME:string=otb-macos-superbuild
-
ctest -VV -S CI/main_packages.cmake -DIMAGE_NAME:string=otb-macos-superbuild
dependencies
:
-
macos-superbuild-prepare
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