Update .gitlab-ci.yml
This commit is contained in:
parent
e1079450fc
commit
1f6e38d95e
|
@ -15,6 +15,7 @@ compile:
|
||||||
- export CCACHE_BASEDIR=${PWD}
|
- export CCACHE_BASEDIR=${PWD}
|
||||||
- export CCACHE_DIR=${PWD}/ccache
|
- export CCACHE_DIR=${PWD}/ccache
|
||||||
cache:
|
cache:
|
||||||
|
key: bionic
|
||||||
paths:
|
paths:
|
||||||
- ccache/
|
- ccache/
|
||||||
script:
|
script:
|
||||||
|
@ -44,6 +45,7 @@ compile_16_04:
|
||||||
- export CCACHE_BASEDIR=${PWD}
|
- export CCACHE_BASEDIR=${PWD}
|
||||||
- export CCACHE_DIR=${PWD}/ccache
|
- export CCACHE_DIR=${PWD}/ccache
|
||||||
cache:
|
cache:
|
||||||
|
key: xenial
|
||||||
paths:
|
paths:
|
||||||
- ccache/
|
- ccache/
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue