forked from premiere/premiere-libtorrent
experiment with travis ccache
This commit is contained in:
parent
900330992e
commit
491f6d6129
|
@ -14,6 +14,13 @@ install:
|
||||||
- echo -n "using python " >>~/user-config.jam
|
- echo -n "using python " >>~/user-config.jam
|
||||||
- echo -n ":" >>~/user-config.jam
|
- echo -n ":" >>~/user-config.jam
|
||||||
- echo " 2.7 ;" >>~/user-config.jam
|
- echo " 2.7 ;" >>~/user-config.jam
|
||||||
|
- ccache --show-stats
|
||||||
|
- which $CC
|
||||||
|
- ln -la `which $CC`
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.ccache
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd test
|
- cd test
|
||||||
|
|
Loading…
Reference in New Issue