Update .gitlab-ci.yml

This commit is contained in:
Vladyslav Usenko 2019-04-15 21:20:46 +00:00
parent e1079450fc
commit 1f6e38d95e
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ compile:
- export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/ccache
cache:
key: bionic
paths:
- ccache/
script:
@ -44,6 +45,7 @@ compile_16_04:
- export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/ccache
cache:
key: xenial
paths:
- ccache/
script: