experiment with travis ccache

This commit is contained in:
arvidn 2015-06-20 10:40:47 -04:00
parent 900330992e
commit 491f6d6129
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@ install:
- echo -n "using python " >>~/user-config.jam
- echo -n ":" >>~/user-config.jam
- echo " 2.7 ;" >>~/user-config.jam
- ccache --show-stats
- which $CC
- ln -la `which $CC`
cache:
directories:
- $HOME/.ccache
script:
- cd test