Merge branch 'niansa-ci-ccache' into 'dev'

Persist ccache

See merge request suyu-emu/suyu!103
This commit is contained in:
niansa 2024-03-09 20:22:13 +00:00
commit 5191ee99e6
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