summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-07-19 23:27:27 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-07-20 00:36:09 +0000
commit34de26c5bf58a582094b4b8e318bff8c5659130e (patch)
treedb8bab44506c050395f4c2e59c4a067d6c1c2864 /.appveyor.yml
parentRemove unnecessary cast which creates a temporary object that then goes out o... (diff)
downloadinkscape-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 '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index f394ae44c..dcec9ec23 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -15,6 +15,6 @@ artifacts:
- path: build\inkscape*.7z
cache:
- - C:\msys64\home\appveyor\.ccache
+ - '%APPVEYOR_BUILD_FOLDER%\build\ccache'
test: off