From f83d30a1c7410b4e9063e79e25de52fd7024cfe3 Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Wed, 3 Aug 2016 00:31:40 -0700 Subject: [PATCH] Re-enabled Appveyor cache. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index e1fee0fe3..97f931e32 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,6 +32,7 @@ skip_tags: true os: Visual Studio 2015 configuration: - RelWithDebInfo +cache: build install: - git submodule update --init --recursive - scripts/install_deps.bat