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
24b7ed98
Commit
24b7ed98
authored
Dec 10, 2018
by
Guilhem Saurel
Browse files
use WRKSRC
parent
de678912
Pipeline
#1982
passed with stages
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
24b7ed98
...
...
@@ -23,7 +23,7 @@ cache:
{
%
endif %
}
- cd {{ robotpkg }}
- make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}"
- make install
- cd
work.$(hostname)/
$(make show-var VARNAME=
DISTNAME
)
- cd $(make show-var VARNAME=
WRKSRC
)
{
%
if project.tests %
}
- make test
{
%
endif %
}
{
%
for image in robotpkg.valid_images %
}{{
image.get_job_name
}}
:
...
...
@@ -39,7 +39,7 @@ cache:
-
echo -e 'CXXFLAGS+= --coverage\nLDFLAGS+= --coverage\nPKG_DEFAULT_OPTIONS= debug' >> /opt/openrobots/etc/robotpkg.conf
after_script
:
-
cd /root/robotpkg/{{ image.robotpkg.category }}/{{ image.robotpkg }}{% endwith %}
-
cd
work.$(hostname)/
$(make show-var VARNAME=
DISTNAME
)
-
cd $(make show-var VARNAME=
WRKSRC
)
{
%
if project.docs %
}
- make doc
- mv doc/doxygen-html ${CI_PROJECT_DIR}
{
%
endif %
}{
%
if project.tests%
}
- mkdir -p ${CI_PROJECT_DIR}/coverage/
...
...
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