Update .gitlab-ci.yml

This commit is contained in:
Vladyslav Usenko 2019-04-18 09:29:31 +00:00
parent 97647bca5f
commit 660155376e
1 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,8 @@ compile:
- mkdir -p ccache - mkdir -p ccache
- export CCACHE_BASEDIR=${PWD} - export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/ccache - export CCACHE_DIR=${PWD}/ccache
tags:
- docker
cache: cache:
key: bionic key: bionic
paths: paths:
@ -44,6 +46,8 @@ compile_16_04:
- mkdir -p ccache - mkdir -p ccache
- export CCACHE_BASEDIR=${PWD} - export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/ccache - export CCACHE_DIR=${PWD}/ccache
tags:
- docker
cache: cache:
key: xenial key: xenial
paths: paths:
@ -73,7 +77,7 @@ eval_euroc:
stage: test stage: test
parallel: 10 parallel: 10
tags: tags:
- euroc-eval - dataset-eval
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
only: only: