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
722551c5
Commit
722551c5
authored
Apr 30, 2019
by
Guilhem Saurel
Browse files
allow CONFIGURE_DIRS
parent
406247ff
Pipeline
#4426
passed with stage
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
722551c5
...
...
@@ -21,7 +21,7 @@ cache:
{
%
endif %
}
- cd {{ robotpkg }}
- make checkout MASTER_REPOSITORY="git ${CI_PROJECT_DIR}/.git"
- make install
- cd $(make show-var VARNAME=WRKSRC)
-
build=$(make show-var VARNAME=CONFIGURE_DIRS);
cd $(make show-var VARNAME=WRKSRC)
; cd $build
{
%
if project.tests %
}
- make test
{
%
endif %
}
{
%
for image in robotpkg.valid_images %
}{{
image.get_job_name
}}
:
...
...
@@ -38,7 +38,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 $(make show-var VARNAME=WRKSRC)
-
build=$(make show-var VARNAME=CONFIGURE_DIRS);
cd $(make show-var VARNAME=WRKSRC)
; cd $build
{
%
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