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

[gitlab] Update .gitlab-ci

parent 7377c26d
No related branches found
No related tags found
No related merge requests found
......@@ -37,13 +37,31 @@ cache:
robotpkg-talos-metapkg-ros-control-sot-14.04:
<<: *robotpkg-talos-metapkg-ros-control-sot
before_script:
- mkdir -p build/ccache
- cd build
- export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/ccache
- apt-get install ros-indigo-four-wheels-steering-msgs
image: ${IMAGE}:14.04
robotpkg-talos-metapkg-ros-control-sot-16.04:
<<: *robotpkg-talos-metapkg-ros-control-sot
before_script:
- mkdir -p build/ccache
- cd build
- export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/ccache
- apt-get install ros-kinetic-four-wheels-steering-msgs
image: ${IMAGE}:16.04
robotpkg-talos-metapkg-ros-control-sot-dubnium:
<<: *robotpkg-talos-metapkg-ros-control-sot
before_script:
- mkdir -p build/ccache
- cd build
- export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/ccache
- apt-get install ros-indigo-four-wheels-steering-msgs
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