mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Update .gitlab-ci.yml file
fix ccache path part four
This commit is contained in:
parent
16741b2cb0
commit
84a2463d2f
1 changed files with 3 additions and 2 deletions
|
@ -42,6 +42,8 @@ build-job: # This job runs in the build stage, which runs first.
|
|||
- export CCACHE_BASEDIR="$PWD"
|
||||
- export CCACHE_DIR="$PWD/ccache"
|
||||
- export CCACHE_COMPILERCHECK=content
|
||||
- apt update
|
||||
- apt-get install --no-install-recommends ccache
|
||||
- ccache --max-size $CCMaxSize
|
||||
- ccache --zero-stats || true
|
||||
- ccache --show-stats || true
|
||||
|
@ -55,8 +57,7 @@ build-job: # This job runs in the build stage, which runs first.
|
|||
- echo "$CI_JOB_NAME_SLUG"
|
||||
- echo "$CCACHE_DIR"
|
||||
- echo Are we running on DO? "$DigitalOceanDebianMirror"
|
||||
- apt update
|
||||
- apt-get install --no-install-recommends --yes build-essential libsdl2-mixer-dev libpng-dev libcurl4-openssl-dev libgme-dev git libopenmpt-dev gettext ccache
|
||||
- apt-get install --no-install-recommends --yes build-essential libsdl2-mixer-dev libpng-dev libcurl4-openssl-dev libgme-dev git libopenmpt-dev gettext
|
||||
- make --directory=src
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue