summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2018-09-11 10:23:48 -0400
committerAdriaan de Groot <groot@kde.org>2018-09-11 10:23:48 -0400
commit933ad8239252eaea4a97159a05aabed864b5a2a6 (patch)
tree4cb8b34b7b0e5048e05ba71f903a011e686d07d3 /.travis.yml
parentbe8de205af02b25b59ed44c24e87a840775eab08 (diff)
CI: increase build directory size
- Fix typo in the build-debugging bits - Increase tmpfs size of /build because it looks like "make install" ends up filling the disk, and then it fails.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0885dcd81..2b11af912 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,5 +16,5 @@ install:
- docker build -t calamares .
script:
- - docker run -v $PWD:/src --tmpfs /build:rw,size=65536k -e SRCDIR=/src -e BUILDDIR=/build calamares "/src/ci/travis.sh"
+ - docker run -v $PWD:/src --tmpfs /build:rw,size=81920k -e SRCDIR=/src -e BUILDDIR=/build calamares "/src/ci/travis.sh"