mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 13:40:45 +00:00
Update .gitlab-ci.yml file
auto cache our apt cache
This commit is contained in:
parent
dc2a5b9496
commit
dbd40ef422
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ build-native: # This job runs in the build stage, which runs first.
|
||||||
- mkdir --parents --verbose $APT_CACHE_DIR/partial/
|
- mkdir --parents --verbose $APT_CACHE_DIR/partial/
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -o dir::cache::archives="$APT_CACHE_DIR" install --no-install-recommends --yes build-essential libsdl2-mixer-dev libpng-dev libcurl4-openssl-dev libgme-dev git libopenmpt-dev gettext ccache
|
- apt-get -o dir::cache::archives="$APT_CACHE_DIR" install --no-install-recommends --yes build-essential libsdl2-mixer-dev libpng-dev libcurl4-openssl-dev libgme-dev git libopenmpt-dev gettext ccache
|
||||||
- apt-get autoclean
|
- apt-get -o dir::cache::archives="$APT_CACHE_DIR" autoclean
|
||||||
- export CCACHE_BASEDIR="$PWD"
|
- export CCACHE_BASEDIR="$PWD"
|
||||||
- export CCACHE_DIR="$PWD/ccache"
|
- export CCACHE_DIR="$PWD/ccache"
|
||||||
- ccache --zero-stats || true
|
- ccache --zero-stats || true
|
||||||
|
|
Loading…
Reference in a new issue