summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-07-21 15:36:24 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-07-21 15:36:24 -0700
commit66cdbe42995ee549f2b42e58fc81ddcaf324d59b (patch)
tree1f214d2a290b2ec4a3a894ba7a9d994714a89f75
parent35ad4b0c19e1a1bae999fca734c96af6123a1340 (diff)
downloadffi-yajl-66cdbe42995ee549f2b42e58fc81ddcaf324d59b.tar.gz
omfg maybe the chef/chef config will work?
-rw-r--r--appveyor.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b56ace8..930d63c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
version: "master-{build}"
-os: Windows Server 2012
+os: Windows Server 2012 R2
platform:
- x64
@@ -16,11 +16,15 @@ branches:
- master
install:
- - SET PATH=C:\Ruby%ruby_version%\bin;%SystemRoot%\System32;%SystemRoot%;%SystemRoot%\System32\Wbem
+ - systeminfo
+ - winrm quickconfig -q
+ - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%
- ruby --version
+ - gem update --system || gem update --system || gem update --system
+ - gem install bundler --quiet --no-ri --no-rdoc || gem install bundler --quiet --no-ri --no-rdoc || gem install bundler --quiet --no-ri --no-rdoc
+ - update_rubygems
- gem --version
- - gem install bundler --quiet --no-ri --no-rdoc
- bundler --version
build_script:
@@ -28,7 +32,7 @@ build_script:
test_script:
# compile needs to have the devkit loaded up
- - C:\Ruby21\DevKit\devkitvars.bat
+ # - C:\Ruby21\DevKit\devkitvars.bat
- echo %PATH%
- bundle exec rake compile
- bundle exec rake spec