aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.shippable.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.shippable.yml b/.shippable.yml
index dc082b6f..e95c207e 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -15,7 +15,7 @@ build:
- export CFG_DEBUG_INFO=n; export CCACHE_UNIFY=true
# No parallel build ('make -j$(getconf _NPROCESSORS_ONLN)') due to:
# https://github.com/Shippable/support/issues/3953
- - function _make() { make -s $* && ccache -s && ccache -z; }
+ - function _make() { make -s O=out $* && ccache -s && ccache -z; }
- ccache -z
- _make