aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/setup_appveyor.bat
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-10 01:05:28 -0400
committerJack Lloyd <[email protected]>2017-09-10 08:07:06 -0400
commit00e1694e0127c394934c9d4a5b797eba31a00ff8 (patch)
treec5e9b636ed1289b7227951e8e81ed42f208dc3ff /src/scripts/ci/setup_appveyor.bat
parente6c06631a9e8ecbe00f9f6590c81475d42594b72 (diff)
Enable clcache
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