mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-29 17:45:34 +00:00
Merge branch 'a_bit_faster' into 'master'
Speed up the pipeline a teensy bit See merge request OpenMW/openmw!1471 (cherry picked from commit 0dff3042d0af6256aba74dc905dd44c723529845) 2b026cad Speed up the pipeline a teensy bit
This commit is contained in:
parent
0f17f14cec
commit
a71bda2bf9
1 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,14 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
# https://blog.nimbleways.com/let-s-make-faster-gitlab-ci-cd-pipelines/
|
||||
variables:
|
||||
FF_USE_NEW_SHELL_ESCAPE: "true"
|
||||
FF_USE_FASTZIP: "true"
|
||||
# These can be specified per job or per pipeline
|
||||
ARTIFACT_COMPRESSION_LEVEL: "fast"
|
||||
CACHE_COMPRESSION_LEVEL: "fast"
|
||||
|
||||
.Ubuntu_Image:
|
||||
tags:
|
||||
- docker
|
||||
|
|
Loading…
Reference in a new issue