diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-20 14:09:08 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-20 14:09:08 -0800 |
commit | 96f4072dbb009348076bdd03af6f745461693e3b (patch) | |
tree | bf2198d8aeeb1de7b31e10ea87de733aba584136 /appveyor.yml | |
parent | f1eca855ec92756c2ecea689802916033cc2c99f (diff) | |
download | chef-96f4072dbb009348076bdd03af6f745461693e3b.tar.gz |
Enable bundler cachingspeed_up_appveyor
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
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 |