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
67a49208
Commit
67a49208
authored
May 17, 2018
by
Guilhem Saurel
Browse files
fix newlines in gitlab-ci.yml
parent
b57f007e
Pipeline
#758
passed with stages
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
67a49208
...
...
@@ -19,9 +19,10 @@ cache:
-
make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}"
-
make install
-
cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
{
%
if project.tests %
}
- make check{% endif %}
{
%
if project.docs %
}
- make doc
-
mv doc/doxygen-html ${CI_PROJECT_DIR}{% endif %}
{
%
if project.tests %
}
- make check
{
%
endif %
}{
%
if project.docs %
}
- make doc
- mv doc/doxygen-html ${CI_PROJECT_DIR}
{
%
endif %
}
{
%
for image in robotpkg.valid_images %
}{{
image.get_job_name
}}
:
<<
:
*robotpkg-
{{
robotpkg
}}
...
...
@@ -30,5 +31,4 @@ cache:
expire_in
:
1 day
paths
:
-
doxygen-html/
{
%
endif %
}
{
%
endfor %
}{
%
endfor %
}
{
%
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