mirror of https://git.suyu.dev/suyu/suyu
Compare commits
3 Commits
3d1a4ba3ec
...
5191ee99e6
Author | SHA1 | Date |
---|---|---|
niansa | 5191ee99e6 | |
niansa | be6d33ffd3 | |
niansa | 2e5feb8f31 |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue