summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-05-20 12:00:24 -0700
committerdanielsdeleo <dan@getchef.com>2015-05-20 12:00:24 -0700
commit1bd66e9383ecb70e218d2ce13aed2fff51d11ead (patch)
tree0ab18c43600651b87e14a2cd1bda734a6d3c72cb
parent61b3a817187fadf96a95ccfb58581be9f9199824 (diff)
downloadchef-appveyor-caching.tar.gz
Enable caching of rubygems in appveyorappveyor-caching
-rw-r--r--appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a34695665e..47a755955d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,6 +16,10 @@ branches:
- master
- 12-stable
+cache:
+ - C:\Ruby200\lib\ruby\gems\2.0.0
+ - C:\Ruby200\bin
+
install:
- winrm quickconfig -q
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%