Skip to content
Snippets Groups Projects
Commit 0aa77817 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[gitlab-ci]

parent 355e0847
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ robotpkg-talos-metapkg-ros-control-sot-14.04: ...@@ -42,6 +42,7 @@ robotpkg-talos-metapkg-ros-control-sot-14.04:
- cd build - cd build
- export CCACHE_BASEDIR=${PWD} - export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/ccache - export CCACHE_DIR=${PWD}/ccache
- apt-get update
- apt-get install ros-indigo-four-wheels-steering-msgs - apt-get install ros-indigo-four-wheels-steering-msgs
image: ${IMAGE}:14.04 image: ${IMAGE}:14.04
...@@ -63,5 +64,6 @@ robotpkg-talos-metapkg-ros-control-sot-dubnium: ...@@ -63,5 +64,6 @@ robotpkg-talos-metapkg-ros-control-sot-dubnium:
- cd build - cd build
- export CCACHE_BASEDIR=${PWD} - export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/ccache - export CCACHE_DIR=${PWD}/ccache
- apt-get update
- apt-get install ros-indigo-four-wheels-steering-msgs - apt-get install ros-indigo-four-wheels-steering-msgs
image: ${IMAGE}:dubnium image: ${IMAGE}:dubnium
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