Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Prada Sarasola, Miguel
templates
Commits
31bb1ead
Commit
31bb1ead
authored
Jan 22, 2019
by
Prada Sarasola, Miguel
Browse files
Setup deb sources in default CI configurations
parent
6bce32d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
31bb1ead
...
...
@@ -23,6 +23,7 @@ industrial_ci_kinetic:
variables
:
ROS_DISTRO
:
kinetic
ROS_PARALLEL_JOBS
:
"
-j2"
# keep this for now, since there seems to be memory limit issues in the ci VM
BEFORE_SCRIPT
:
"
wget
-O
-
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/add-deb-sources/scripts/add-deb-sources.bash
|
bash"
when
:
always
##########################################################
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
31bb1ead
...
...
@@ -25,6 +25,7 @@ industrial_ci_kinetic:
ROS_PARALLEL_JOBS
:
"
-j2"
# keep this for now, since there seems to be memory limit issues in the ci VM
UPSTREAM_WORKSPACE
:
file
ROSINSTALL_FILENAME
:
"
.rosinstall"
BEFORE_SCRIPT
:
"
wget
-O
-
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/add-deb-sources/scripts/add-deb-sources.bash
|
bash"
when
:
always
##########################################################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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