From 66cdbe42995ee549f2b42e58fc81ddcaf324d59b Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 21 Jul 2016 15:36:24 -0700 Subject: omfg maybe the chef/chef config will work? --- appveyor.yml | 12 ++++++++---- 1 file 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 -- cgit v1.2.1