Update .gitlab-ci.yml
This commit is contained in:
parent
e1079450fc
commit
1f6e38d95e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue