Compare commits
2 commits
dev
...
niansa-ci-
Author | SHA1 | Date | |
---|---|---|---|
|
ecdffd3599 | ||
|
0ca3f53904 |
1 changed files with 7 additions and 0 deletions
|
@ -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 a new issue