Compare commits

...

2 Commits

Author SHA1 Message Date
niansa ecdffd3599 Move cache usage declaration into build-linux 2024-03-11 01:12:06 +00:00
niansa 0ca3f53904 Update CI file to use ccache 2024-03-11 01:12:06 +00:00
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,13 @@ build-linux:
resource_group: linux-ci
variables:
RELEASE_NAME: mainline
cache:
paths:
- ccache/
before_script:
- mkdir -p ccache
- export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/ccache
script:
- git submodule update --init --depth 1 --recursive
- bash .ci/scripts/linux/docker.sh