From 3c2d8bdb476c36bfd8af96865030c576a3b030b3 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 18 Nov 2016 19:15:24 -0600 Subject: [PATCH] Try and tweak the cache settings to get a valid git repo back. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5b9340e..1d329dd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ notifications: on_build_status_changed: true environment: - APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z -m0=lzma -mx=1 + APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z -m0=lzma2 -mx=3 matrix: - TOOLSET: vs-2008 platform: 32 @@ -44,3 +44,4 @@ on_failure: python ../ci_boost_library_test.py on_failure on_finish: python ../ci_boost_library_test.py on_finish cache: - C:\projects\boostorg\boost -> appveyor.yml + - C:\projects\boostorg\boost\.git -> appveyor.yml