mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-19 18:41:28 +00:00
Update .gitlab-ci.yml file
use git clone options up CCACHE size to 50M
This commit is contained in:
parent
4b015c91e1
commit
92f16c8142
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ build-native: # This job runs in the build stage, which runs first.
|
||||||
stage: build
|
stage: build
|
||||||
image: debian
|
image: debian
|
||||||
variables:
|
variables:
|
||||||
CCACHE_MAXSIZE: "30M"
|
CCACHE_MAXSIZE: "50M"
|
||||||
|
GIT_STRATEGY: clone
|
||||||
|
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH
|
||||||
cache:
|
cache:
|
||||||
- key: ccache-$CI_PROJECT_PATH_SLUG-$CI_JOB_NAME_SLUG
|
- key: ccache-$CI_PROJECT_PATH_SLUG-$CI_JOB_NAME_SLUG
|
||||||
fallback_keys:
|
fallback_keys:
|
||||||
|
|
Loading…
Reference in a new issue