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 /.appveyor.yml | |
| 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 '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 2 |
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 |
