Move cache usage declaration into build-linux

This commit is contained in:
niansa 2024-03-09 02:41:56 +00:00
parent 0ca3f53904
commit ecdffd3599
1 changed files with 3 additions and 4 deletions

View File

@ -11,16 +11,15 @@ clang-format:
- git submodule update --init --depth 1 --recursive
- bash .ci/scripts/format/script.sh
cache:
paths:
- ccache/
build-linux:
stage: build
image: suyuemu/cibuild:linux-x64
resource_group: linux-ci
variables:
RELEASE_NAME: mainline
cache:
paths:
- ccache/
before_script:
- mkdir -p ccache
- export CCACHE_BASEDIR=${PWD}