Skip to content
Snippets Groups Projects
Commit ecdffd35 authored by niansa's avatar niansa
Browse files

Move cache usage declaration into build-linux

parent 0ca3f539
No related branches found
No related tags found
No related merge requests found
...@@ -11,16 +11,15 @@ clang-format: ...@@ -11,16 +11,15 @@ clang-format:
- git submodule update --init --depth 1 --recursive - git submodule update --init --depth 1 --recursive
- bash .ci/scripts/format/script.sh - bash .ci/scripts/format/script.sh
cache:
paths:
- ccache/
build-linux: build-linux:
stage: build stage: build
image: suyuemu/cibuild:linux-x64 image: suyuemu/cibuild:linux-x64
resource_group: linux-ci resource_group: linux-ci
variables: variables:
RELEASE_NAME: mainline RELEASE_NAME: mainline
cache:
paths:
- ccache/
before_script: before_script:
- mkdir -p ccache - mkdir -p ccache
- export CCACHE_BASEDIR=${PWD} - export CCACHE_BASEDIR=${PWD}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment