[gimp/wip/Jehan/more-CI-updates] PLOP 2.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/more-CI-updates] PLOP 2.
- Date: Sat, 18 Apr 2020 00:09:08 +0000 (UTC)
commit 70d8f6d5ffe128850531c7d520772484c13fcb5c
Author: Jehan <jehan girinstud io>
Date: Sat Apr 18 02:08:51 2020 +0200
PLOP 2.
.gitlab-ci.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 12519e64f6..b0817abc84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -177,6 +177,9 @@ deps-win64:
cache:
paths:
- .cache/crossroad/
+ variables:
+ XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache/"
+ XDG_DATA_HOME: "$CI_PROJECT_DIR/.local/share/"
before_script:
- apt-get update
- apt-get install -y --no-install-recommends
@@ -213,6 +216,9 @@ gimp-win64:
cache:
paths:
- .cache/crossroad/
+ variables:
+ XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache/"
+ XDG_DATA_HOME: "$CI_PROJECT_DIR/.local/share/"
before_script:
- apt-get update
- apt-get install -y --no-install-recommends
@@ -256,6 +262,9 @@ deps-win32:
cache:
paths:
- .cache/crossroad/
+ variables:
+ XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache/"
+ XDG_DATA_HOME: "$CI_PROJECT_DIR/.local/share/"
before_script:
- apt-get update
- apt-get install -y --no-install-recommends
@@ -292,6 +301,9 @@ gimp-win32:
cache:
paths:
- .cache/crossroad/
+ variables:
+ XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache/"
+ XDG_DATA_HOME: "$CI_PROJECT_DIR/.local/share/"
before_script:
- apt-get update
- apt-get install -y --no-install-recommends
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]