summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.sh b/appveyor.sh
index 70b983f09..85776eb8a 100644
--- a/appveyor.sh
+++ b/appveyor.sh
@@ -47,6 +47,7 @@ message "--- Compiling Inkscape"
ccache --zero-stats
ninja || error "compilation failed"
ccache --show-stats
+appveyor SetVariable -Name APPVEYOR_SAVE_CACHE_ON_ERROR -Value true # build succeeded so it's safe to save the cache
# install
message "--- Installing the project"