mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 13:40:45 +00:00
Update .gitlab-ci.yml file
fix ccache path part 5
This commit is contained in:
parent
84a2463d2f
commit
0ff83947ac
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ build-job: # This job runs in the build stage, which runs first.
|
|||
- export CCACHE_DIR="$PWD/ccache"
|
||||
- export CCACHE_COMPILERCHECK=content
|
||||
- apt update
|
||||
- apt-get install --no-install-recommends ccache
|
||||
- apt-get install --no-install-recommends --yes ccache
|
||||
- ccache --max-size $CCMaxSize
|
||||
- ccache --zero-stats || true
|
||||
- ccache --show-stats || true
|
||||
|
|
Loading…
Reference in a new issue