mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Update .gitlab-ci.yml file
cache apt packages, part 5
This commit is contained in:
parent
7231631a3f
commit
eb6ed2e7e7
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ build-native: # This job runs in the build stage, which runs first.
|
|||
- export CCACHE_BASEDIR="$PWD"
|
||||
- export CCACHE_DIR="$PWD/ccache"
|
||||
- export CCACHE_COMPILERCHECK=content
|
||||
- echo Dir::Cache="$PWD/apt" | tee /etc/apt/apt.conf.d/99cache
|
||||
- echo -n Dir::Cache="$PWD/apt" | tee /etc/apt/apt.conf.d/99cache
|
||||
- apt-get update
|
||||
- apt-get install --no-install-recommends --yes ccache
|
||||
- ccache --zero-stats || true
|
||||
|
|
Loading…
Reference in a new issue