From 77c66456dc7959ef3b4687b11c01e8a36e936107 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 27 May 2017 10:01:09 -0500 Subject: [PATCH] Remove caching. Free limits are too low for Boost. --- appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7c76129..7215904 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -77,9 +77,3 @@ after_test: python ../ci_boost_library_test.py after_test on_success: python ../ci_boost_library_test.py on_success on_failure: python ../ci_boost_library_test.py on_failure on_finish: python ../ci_boost_library_test.py on_finish - -# We cache the boost repo, which is cleaned before caching. -# This saves some time as cloning the git submodules fresh -# takes a few minutes on Windows. -cache: - - C:\projects\boostorg\boost -> appveyor.yml