Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
206
Issues
206
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
035a8b99
Commit
035a8b99
authored
Jun 21, 2019
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: fix artifacts and remove unecessary lines
parent
b507b210
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
.gitlab-ci.yml
.gitlab-ci.yml
+12
-12
No files found.
.gitlab-ci.yml
View file @
035a8b99
...
...
@@ -40,12 +40,6 @@ stages:
-
git checkout -f -q $CI_COMMIT_SHA
after_script
:
-
python3 CI/cdash_handler.py
artifacts
:
when
:
on_failure
expire_in
:
24 hrs
paths
:
-
build/*/*.log
#CMake log
-
log/*.txt
# Others
fast-build
:
extends
:
.common
...
...
@@ -67,7 +61,15 @@ fast-build:
-
develop
-
/^release-[0-9]+\.[0-9]+$/
stage
:
build
artifacts
:
when
:
always
expire_in
:
24 hrs
paths
:
-
build/*/*.log
#CMake log
-
log/*.txt
# Others
-
build/CookBook-*-html.tar.gz
-
build/Documentation/Cookbook/latex/CookBook-*.pdf
-
build/Documentation/Doxygen/OTB-Doxygen-*.tar.bz2
debian-build
:
extends
:
.common-build
...
...
@@ -83,10 +85,10 @@ debian-build:
-
/^release-[0-9]+\.[0-9]+$/
stage
:
prepare
before_script
:
-
git checkout -f -q $CI_COMMIT_SHA
-
git lfs install --skip-repo
-
git config --global user.email "otbbot@orfeo-toolbox.org"
-
git config --global user.name "otbbot"
-
export GIT_LFS_SKIP_SMUDGE=1
-
git checkout -f -q $CI_COMMIT_SHA
-
export GIT_LFS_SKIP_SMUDGE=0
artifacts
:
expire_in
:
24 hrs
when
:
always
...
...
@@ -138,8 +140,6 @@ macos-xdk-prepare:
extends
:
.common-prepare
before_script
:
# No need to install lfs as this machine is persistent
# No need to do git config
# Checkout the expected branch
-
export GIT_LFS_SKIP_SMUDGE=1
-
git checkout -f -q $CI_COMMIT_SHA
-
export GIT_LFS_SKIP_SMUDGE=0
...
...
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