Commit 127495e1 authored by Daniel Agar's avatar Daniel Agar

travis-ci enable ccache

parent fffc119c
...@@ -7,12 +7,17 @@ compiler: ...@@ -7,12 +7,17 @@ compiler:
# use travis-ci docker based infrastructure # use travis-ci docker based infrastructure
sudo: false sudo: false
cache:
directories:
- $HOME/.ccache
addons: addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- autoconf - autoconf
- ccache
- clang-3.4 - clang-3.4
- cmake - cmake
- g++-4.8 - g++-4.8
...@@ -43,7 +48,9 @@ install: ...@@ -43,7 +48,9 @@ install:
- ninja libunwind ext_cpython - ninja libunwind ext_cpython
script: script:
- ccache -z
- ninja -j4 check-pyston - ninja -j4 check-pyston
- ccache -s
os: os:
- linux - linux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment