Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-talos
Commits
c79c20bd
Commit
c79c20bd
authored
Feb 22, 2019
by
Guilhem Saurel
Browse files
[CI] use generated .gitlab-ci.yml
parent
17ff6749
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c79c20bd
variables
:
GIT_SUBMODULE_STRATEGY
:
"
recursive"
GIT_DEPTH
:
"
3"
NAMESPACE
:
stack-of-tasks
PROJECT
:
sot-talos
REGISTRY
:
eur0c.laas.fr:5000
IMAGE
:
"
${REGISTRY}/${NAMESPACE}/${PROJECT}"
CCACHE_BASEDIR
:
"
${CI_PROJECT_DIR}"
CCACHE_DIR
:
"
${CI_PROJECT_DIR}/ccache"
cache
:
paths
:
-
ccache
.robotpkg-sot-talos
:
&robotpkg-sot-talos
variables
:
ROBOTPKG
:
sot-talos
CATEGORY
:
wip
except
:
-
gh-pages
before_script
:
-
mkdir -p ccache
script
:
-
cd /root/robotpkg/${CATEGORY}/${ROBOTPKG}
-
git pull
-
make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}"
-
make install
-
cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
-
make check
-
make doc
-
mv doc/doxygen-html ${CI_PROJECT_DIR}
robotpkg-sot-talos-18.04
:
<<
:
*robotpkg-sot-talos
image
:
${IMAGE}:18.04
robotpkg-sot-talos-17.10
:
<<
:
*robotpkg-sot-talos
image
:
${IMAGE}:17.10
robotpkg-sot-talos-16.04
:
<<
:
*robotpkg-sot-talos
image
:
${IMAGE}:16.04
artifacts
:
expire_in
:
1 day
paths
:
-
doxygen-html/
robotpkg-sot-talos-14.04
:
<<
:
*robotpkg-sot-talos
image
:
${IMAGE}:14.04
robotpkg-sot-talos-dubnium
:
<<
:
*robotpkg-sot-talos
image
:
${IMAGE}:dubnium
include
:
http://rainboard.laas.fr/project/sot-talos/.gitlab-ci.yml
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