mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-24 06:52:08 -05:00
Compare commits
2 Commits
8cd1a0a7c8
...
niansa-ci-
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ecdffd3599 | ||
![]() |
0ca3f53904 |
@@ -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
|
||||
|
Reference in New Issue
Block a user