diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-19 23:27:27 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-20 00:36:09 +0000 |
| commit | 34de26c5bf58a582094b4b8e318bff8c5659130e (patch) | |
| tree | db8bab44506c050395f4c2e59c4a067d6c1c2864 /buildtools/appveyor.sh | |
| parent | Remove unnecessary cast which creates a temporary object that then goes out o... (diff) | |
| download | inkscape-34de26c5bf58a582094b4b8e318bff8c5659130e.tar.gz inkscape-34de26c5bf58a582094b4b8e318bff8c5659130e.zip | |
CI/AppVeyor: try something new with ccache
Apparently re-using the same cache folder for both 0.92 and master
results in a lot of cache misses whenever switching branches.
Diffstat (limited to 'buildtools/appveyor.sh')
| -rw-r--r-- | buildtools/appveyor.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/buildtools/appveyor.sh b/buildtools/appveyor.sh index 1b76fa293..aaa1574fa 100644 --- a/buildtools/appveyor.sh +++ b/buildtools/appveyor.sh @@ -26,7 +26,9 @@ EOF message "--- Installing dependencies" source ../buildtools/msys2installdeps.sh pacman -S $MINGW_PACKAGE_PREFIX-{ccache,gtest,ntldd-git} --needed --noconfirm --noprogressbar -ccache --max-size=300M + +export CCACHE_DIR=$(cygpath -a ccache/master) +ccache --max-size=200M ccache --set-config=sloppiness=include_file_ctime,include_file_mtime |
