mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Update .gitlab-ci.yml file
switch docker image to debian, slim version
This commit is contained in:
parent
37909c95b1
commit
e7417ea116
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ stages: # List of stages for jobs, and their order of execution
|
||||||
|
|
||||||
build-native: # This job runs in the build stage, which runs first.
|
build-native: # This job runs in the build stage, which runs first.
|
||||||
stage: build
|
stage: build
|
||||||
image: debian
|
image: debian-slim
|
||||||
variables:
|
variables:
|
||||||
CCACHE_MAXSIZE: "50M"
|
CCACHE_MAXSIZE: "50M"
|
||||||
GIT_STRATEGY: clone
|
GIT_STRATEGY: clone
|
||||||
|
|
Loading…
Reference in a new issue