mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 04:52:44 +01:00
Move cache usage declaration into build-linux
This commit is contained in:
parent
0ca3f53904
commit
ecdffd3599
1 changed files with 3 additions and 4 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue