Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
04a25a92
Commit
04a25a92
authored
Mar 19, 2019
by
Guilhem Saurel
Browse files
gitlab-ci.yml: use env vars from docker files
parent
002fc65a
Pipeline
#3590
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
04a25a92
# http://rainboard.laas.fr/project/{{ project.slug }}/.gitlab-ci.yml
variables
:
GIT_SUBMODULE_STRATEGY
:
"
recursive"
CCACHE_BASEDIR
:
"
${CI_PROJECT_DIR}"
CCACHE_DIR
:
"
${CI_PROJECT_DIR}/ccache"
CTEST_PARALLEL_LEVEL
:
4
cache
:
paths
:
...
...
@@ -24,7 +22,7 @@ cache:
- make checkout MASTER_REPOSITORY="git ${CI_PROJECT_DIR}/.git"
- make install
- cd $(make show-var VARNAME=WRKSRC)
{
%
if project.tests %
}
- make test
|| ctest -VV
{
%
if project.tests %
}
- make test
{
%
endif %
}
{
%
for image in robotpkg.valid_images %
}{{
image.get_job_name
}}
:
<<
:
*robotpkg-
{{
robotpkg
}}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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