summaryrefslogtreecommitdiffstats
path: root/travis/cpp-prelude.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/cpp-prelude.sh')
-rw-r--r--travis/cpp-prelude.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/travis/cpp-prelude.sh b/travis/cpp-prelude.sh
new file mode 100644
index 00000000000..2cb7633d3d7
--- /dev/null
+++ b/travis/cpp-prelude.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+set -e
+
+export CCACHE_MAXSIZE="1250M"
+export CCACHE_COMPRESS=1
+ccache --print-config