summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-12-20 14:09:08 -0800
committerTim Smith <tsmith@chef.io>2017-12-20 14:09:08 -0800
commit96f4072dbb009348076bdd03af6f745461693e3b (patch)
treebf2198d8aeeb1de7b31e10ea87de733aba584136
parentf1eca855ec92756c2ecea689802916033cc2c99f (diff)
downloadchef-speed_up_appveyor.tar.gz
Enable bundler cachingspeed_up_appveyor
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a94a6f6b7e..aa9fb93902 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,9 @@ os: Visual Studio 2015
platform:
- x64
+cache:
+- vendor/bundle
+
environment:
matrix:
- ruby_version: "24-x64"
@@ -31,6 +34,7 @@ install:
- appveyor DownloadFile http://curl.haxx.se/ca/cacert.pem -FileName C:\cacert.pem
- set SSL_CERT_FILE=C:\cacert.pem
- SET BUNDLE_WITHOUT=server:docgen:maintenance:pry:travis:integration:ci
+ - bundle config --local path vendor/bundle # use the cache we define above
- bundle install || bundle install || bundle install
build: off