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
bc5209b4
Commit
bc5209b4
authored
Apr 10, 2018
by
Guilhem Saurel
Browse files
use robotpkg's make checkout w/ MASTER_REPOSITORY
this avoid Fetching & Extracting phases
parent
f53530a6
Pipeline
#522
passed with stages
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
bc5209b4
...
...
@@ -22,7 +22,8 @@ cache:
script
:
-
cd /root/robotpkg/${CATEGORY}/${ROBOTPKG}
-
git pull
-
make install WRKSRC=${CI_PROJECT_DIR}
-
make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}"
-
make install
-
cd ${CI_PROJECT_DIR}
{
%
if project.tests %
}
- make check{% endif %}
{
%
if project.docs %
}
- make doc{% endif %}
...
...
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