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
f7793cf3
Commit
f7793cf3
authored
Mar 09, 2019
by
Guilhem Saurel
Browse files
remove ci_deps.sh for now
parent
90413451
Pipeline
#3451
passed with stages
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
f7793cf3
...
...
@@ -22,7 +22,6 @@ cache:
- cd ..
{
%
endif %
}
- cd {{ robotpkg }}
- make checkout MASTER_REPOSITORY="git ${CI_PROJECT_DIR}/.git"
- /ci_deps.sh
- make install
- cd $(make show-var VARNAME=WRKSRC)
{
%
if project.tests %
}
- make test || ctest -VV
...
...
@@ -41,7 +40,6 @@ 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 %}
-
/ci_deps.sh
-
cd $(make show-var VARNAME=WRKSRC)
{
%
if project.docs %
}
- make doc
- mv doc/doxygen-html ${CI_PROJECT_DIR}
...
...
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