From af39447f7007af36c9e0f45ec27353d383613f73 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 18 Nov 2016 09:37:47 -0600 Subject: [PATCH] First attempt at caching with Appveyor. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 330bcfe..fa82bce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,3 +41,5 @@ 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 +cache: + - C:\projects\boostorg\boost -> appveyor.yml