debug ccache - refs #3350
This commit is contained in:
parent
37b26c28b6
commit
efa31c6556
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ matrix:
|
|||
env: JOBS=4 MASON_PUBLISH=true
|
||||
|
||||
before_install:
|
||||
- ccache --version
|
||||
- ccache -p
|
||||
- ccache --show-stats
|
||||
- source scripts/travis-common.sh
|
||||
- export PYTHONUSERBASE=$(pwd)/mason_packages/.link
|
||||
- export PATH=${PYTHONUSERBASE}/bin:${PATH}
|
||||
|
|
Loading…
Reference in a new issue