aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/setup_appveyor.bat
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/ci/setup_appveyor.bat')
-rw-r--r--src/scripts/ci/setup_appveyor.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/scripts/ci/setup_appveyor.bat b/src/scripts/ci/setup_appveyor.bat
index e3f081773..d8d3bff77 100644
--- a/src/scripts/ci/setup_appveyor.bat
+++ b/src/scripts/ci/setup_appveyor.bat
@@ -10,3 +10,10 @@ cl
appveyor DownloadFile http://download.qt.io/official_releases/jom/jom.zip -FileName jom.zip
7z e jom.zip
+
+nuget install -ExcludeVersion -Version 4.1.0 clcache
+
+set PATH=%PATH%;clcache\clcache-4.1.0
+
+rem We rely on LZMA compression to stay under appveyors cache limit
+clcache -M 536870912