summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-26 11:56:09 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-26 11:56:09 +0000
commit25152ff0d5dd544a36c38b975b0891f653691c64 (patch)
treedcb5d6e5daaced890cda73267125d3e1fc3cbbc7
parentb5fc41ce845a88d75bfcb766f6ca59767758475c (diff)
downloaddefinitions-25152ff0d5dd544a36c38b975b0891f653691c64.tar.gz
.gitlab-ci.yml: Another attempt to get it to work
-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