summaryrefslogtreecommitdiffstats
path: root/travis/travis-build-full.sh
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-10-19 10:55:53 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-10-19 11:00:21 +0200
commite742b308d7559f09ac5927b44f695e14bc224a39 (patch)
tree2fee61425a42efec0e0adfbeb485a59e03e9fe19 /travis/travis-build-full.sh
parent61895cb06a51863d4bb337925ff0f89e328f261a (diff)
Do full build for both master branch and PRs
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