[gimp/wip/schumaml/add-ci-prepare-stage: 8/11] build: make sure CI clang build has an apt-cache directory



commit 78ec4a750418c399532ec1cf41c49ea5427b0fd0
Author: Michael Schumacher <schumaml gmx de>
Date:   Fri May 29 17:51:41 2020 +0200

    build: make sure CI clang build has an apt-cache directory

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64c7240fb3..dffdcd78d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,6 +140,7 @@ gimp-debian/testing-clang:
     CC: "clang"
     CXX: "clang++"
   script:
+    - mkdir -p "$APT_CACHE"
     - apt-get install -y --no-install-recommends -o dir::cache::archives="$APT_CACHE"
         clang libomp-dev
     - meson _build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]