Commit 9e2c6741 authored by Kevin Modzelewski's avatar Kevin Modzelewski Committed by Kevin Modzelewski

Try using separate ccache dirs for debug/release

The debug builds are taking a very long time to compile, but
when I reran one it completed very quickly.  Let's see if
this works+helps.
parent cf04e092
......@@ -6,8 +6,8 @@ compiler:
env:
matrix:
- TRAVIS_BUILD_TYPE=Debug
- TRAVIS_BUILD_TYPE=Release
- TRAVIS_BUILD_TYPE=Debug CCACHE_DIR=$HOME/.ccache_debug
- TRAVIS_BUILD_TYPE=Release CCACHE_DIR=$HOME/.ccache_release
global:
- PYSTON_RUN_ARGS=G
......@@ -21,7 +21,7 @@ sudo: false
cache:
directories:
- $HOME/.ccache
- ${CCACHE_DIR}
addons:
apt:
......
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