mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Update .gitlab-ci.yml file
Fix CCACHE_STATSLOG?
This commit is contained in:
parent
d3d3ee5451
commit
2fe5755f53
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ stages: # List of stages for jobs, and their order of execution
|
|||
- export CCACHE_BASEDIR="$PWD"
|
||||
- export CCACHE_DIR="$PWD/ccache"
|
||||
- export CCACHE_COMPILERCHECK=content
|
||||
- export CCACHE_STATSLOG=CCACHE_DIR="$PWD/ccache_statslog"
|
||||
- export CCACHE_STATS=true
|
||||
- export CCACHE_STATSLOG="$PWD/ccache_statslog"
|
||||
|
||||
.aptcache_Scripts: &aptcache
|
||||
- export APT_CACHE_DIR=`pwd`/apt-cache
|
||||
|
|
Loading…
Reference in a new issue