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
320a8bf4
Commit
320a8bf4
authored
Apr 11, 2018
by
Guilhem Saurel
Browse files
[gitlab-ci] fix build dir
parent
bc5209b4
Pipeline
#534
passed with stages
in 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
320a8bf4
...
...
@@ -24,9 +24,10 @@ cache:
-
git pull
-
make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}"
-
make install
-
cd
${CI_PROJECT_DIR}
-
cd
work.$(hostname)/$(make show-var VARNAME=DISTNAME)
{
%
if project.tests %
}
- make check{% endif %}
{
%
if project.docs %
}
- make doc{% endif %}
{
%
if project.docs %
}
- make doc
-
mv doc/doxygen-html ${CI_PROJECT_DIR}{% endif %}
except
:
-
gh-pages
...
...
@@ -37,7 +38,7 @@ robotpkg-{{ image }}:
{
%
if project.docs and image.get_target_display == '16.04' %
}
artifacts
:
expire_in
:
1 day
paths
:
-
doc/
doxygen-html/
-
doxygen-html/
{
%
endif %
}
{
%
endfor %
}
{
%
endfor %
}
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