forked from premiere/premiere-libtorrent
Zero out ccache stats for every build
This commit is contained in:
parent
aba9c8651d
commit
cf6a7edafd
|
@ -36,8 +36,7 @@ install:
|
||||||
- 'echo "using gcc : : ccache g++ ;" > ~/user-config.jam'
|
- 'echo "using gcc : : ccache g++ ;" > ~/user-config.jam'
|
||||||
- 'echo "using clang : : ccache clang++ ;" >> ~/user-config.jam'
|
- 'echo "using clang : : ccache clang++ ;" >> ~/user-config.jam'
|
||||||
- 'echo "using python : 2.7 ;" >> ~/user-config.jam'
|
- 'echo "using python : 2.7 ;" >> ~/user-config.jam'
|
||||||
- ccache --show-stats
|
- ccache -V && ccache --show-stats && ccache --zero-stats
|
||||||
- ccache -V
|
|
||||||
- which $CXX
|
- which $CXX
|
||||||
- ls -la `which $CXX`
|
- ls -la `which $CXX`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue