summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7caa384d..83c187f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,10 +10,21 @@ before_script:
- pip3 install .
- cd -
+ # Diagnostics
+ - mount
+ - df -h
+
+ # Work around https://github.com/fedora-cloud/docker-brew-fedora/issues/14
+ - export LANG="C.UTF-8"
+ - export LC_ALL="C.UTF-8"
+
+ # Store cache in the shared Docker volume
+ - export XDG_CACHE_HOME=/cache
+
stages:
- build
build-build-system:
stage: build
script:
- - LANG=C.UTF-8 LC_ALL=C.UTF-8 bst build systems/build-system-content.bst
+ - bst build systems/build-system-content.bst