1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-24 06:52:08 -05:00

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

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