Skip to content
Snippets Groups Projects
Commit 31bb1ead authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Setup deb sources in default CI configurations

parent 6bce32d8
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ industrial_ci_kinetic: ...@@ -23,6 +23,7 @@ industrial_ci_kinetic:
variables: variables:
ROS_DISTRO: kinetic ROS_DISTRO: kinetic
ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM 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 when: always
########################################################## ##########################################################
......
...@@ -25,6 +25,7 @@ industrial_ci_kinetic: ...@@ -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 ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM
UPSTREAM_WORKSPACE: file UPSTREAM_WORKSPACE: file
ROSINSTALL_FILENAME: ".rosinstall" 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 when: always
########################################################## ##########################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment