From a71bda2bf9b9601aaf05085420a236a5c74a0534 Mon Sep 17 00:00:00 2001 From: psi29a Date: Tue, 14 Dec 2021 09:18:43 +0000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b977d86a97..1f31278be1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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