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
c41f9742
Commit
c41f9742
authored
Feb 12, 2018
by
Guilhem Saurel
Browse files
template details
parent
b491b7ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
c41f9742
...
...
@@ -12,23 +12,26 @@ cache:
paths
:
-
build/ccache
.
build
:
&build
.
common
:
before_script
:
-
mkdir -p build/ccache
-
cd build
-
export CCACHE_BASEDIR=${PWD}
-
export CCACHE_DIR=${PWD}/ccache
retry
:
2
except
:
-
gh-pages
.robotpkg-{{ robotpkg }}
:
&robotpkg-
{{
robotpkg
}}
<<
:
*common
script
:
-
cd /root/robotpkg/${CATEGORY}/${ROBOTPKG}
-
make install
-
cd work.*/${ROBOTPKG}*/
-
make test
retry
:
2
except
:
-
gh-pages
{
%
for image in robotpkg.valid_images %
}
{{
image
}}
:
<<
:
*
build
robotpkg-
{{ image }}
:
<<
:
*
robotpkg-
{{
robotpkg
}}
image
:
${IMAGE}:{{ image.get_target_display }}
{
%
endfor %
}
rainboard/templates/rainboard/project_detail.html
View file @
c41f9742
...
...
@@ -43,14 +43,11 @@
{% render_table table %}
{% if 'images' in request.path %}
<pre>
# Pull {% for image in object_list %}
{{ image.pull|join:' ' }}{% endfor %}
# Build {% for image in object_list %}
{{ image.build|join:' ' }}{% endfor %}
# Push {% for image in object_list %}
{{ image.push|join:' ' }}{% endfor %}
</pre>
<pre>
{% for image in object_list %}
{{ image.pull|join:' ' }}
{{ image.build|join:' ' }}
{{ image.push|join:' ' }}
{% endfor %}
</pre>
{% endif %}
{% else %}
...
...
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