summaryrefslogtreecommitdiffstats
path: root/travis/travis-build-full.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/travis-build-full.sh')
-rwxr-xr-xtravis/travis-build-full.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/travis/travis-build-full.sh b/travis/travis-build-full.sh
index 7ee9a1c065f..077a411f7f4 100755
--- a/travis/travis-build-full.sh
+++ b/travis/travis-build-full.sh
@@ -2,8 +2,13 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
set -e
-source /source/travis/prelude.sh
-source ${SOURCE_DIR}/travis/cpp-prelude.sh
+export SOURCE_DIR=/source
+export NUM_THREADS=4
+source /etc/profile.d/devtoolset-6.sh || true
+
+ccache --max-size=1250M
+ccache --set-config=compression=true
+ccache --print-config
cd ${SOURCE_DIR}
sh ./bootstrap.sh java