mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Update .gitlab-ci.yml file
keep artifacts try using ccache
This commit is contained in:
parent
7083dffc01
commit
4adce8e3cd
1 changed files with 6 additions and 5 deletions
|
@ -23,14 +23,15 @@ stages: # List of stages for jobs, and their order of execution
|
|||
build-job: # This job runs in the build stage, which runs first.
|
||||
stage: build
|
||||
image: debian
|
||||
#artifacts:
|
||||
# paths:
|
||||
# - "*.bin"
|
||||
artifacts:
|
||||
paths:
|
||||
- "bin/*"
|
||||
|
||||
script:
|
||||
- ""
|
||||
- "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"
|
||||
- "make --directory=src "
|
||||
- "apt-get install --no-install-recommends --yes build-essential libsdl2-mixer-dev libpng-dev libcurl4-openssl-dev libgme-dev git libopenmpt-dev gettext ccache"
|
||||
- "CC=\"ccache gcc\" make --directory=src "
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue