Sha256: 6e4f419aa78cac53313d9825c0e52b4061f81a989acef49abcd23ffe609eb226

Contents?: true

Size: 1.59 KB

Versions: 29

Compression:

Stored size: 1.59 KB

Contents

version: "{build}"

os: Windows Server 2012
platform:
  - x64

environment:
  bundle_gemfile: integration-test/Gemfile.winrm
  bundler_url: https://rubygems.org/downloads/bundler-1.9.9.gem

  matrix:
    - ruby_version: "193"
    - ruby_version: "200"
    - ruby_version: "21"
    - ruby_version: "22"

matrix:
  allow_failures:
    - ruby_version: "22" # waiting for net-ssh update

clone_depth: 5

cache:
  - C:\Ruby193\lib\ruby\gems\1.9.1
  - C:\Ruby193\bin
  - C:\Ruby200\lib\ruby\gems\2.0.0
  - C:\Ruby200\bin
  - C:\Ruby21\lib\ruby\gems\2.1.0
  - C:\Ruby21\bin
  - C:\Ruby22\lib\ruby\gems\2.2.0
  - C:\Ruby22\bin

install:
  - git submodule update --init --recursive
  - ps: Enable-PSRemoting -Force
  - winrm quickconfig -q
  - winrm set winrm/config/client @{TrustedHosts="*"}
  - winrm set winrm/config/client/auth @{Basic="true"}
  - winrm set winrm/config/service/auth @{Basic="true"}
  - winrm set winrm/config/service @{AllowUnencrypted="true"}
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - echo %PATH%
  - ruby --version
  - gem --version
  - appveyor DownloadFile -Url %bundler_url% -FileName bundler.gem
  - gem install --local bundler.gem --no-ri --no-rdoc ## appveyor often stops `gem install bundler`..?

build_script:
  - ruby -rfileutils -e 'FileUtils.rm_r(File.join(Gem.dir, "cache", "bundler")) if Dir.exists?(File.join(Gem.dir, "cache", "bundler"))'
  - bundle install --jobs 3 --retry 3
  - net user
  - net localgroup

test_script:
  - net user appveyor %WINDOWS_PASSWORD% # set by webui
  - bundle exec rspec -fd --backtrace -r .\integration-test\winrm\spec_helper.rb .\integration-test\winrm

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
specinfra-cisco-2.41.0 appveyor.yml
specinfra-2.43.11 appveyor.yml
specinfra-cisco-2.40.2 appveyor.yml
specinfra-2.43.10 appveyor.yml
specinfra-2.43.9 appveyor.yml
specinfra-2.43.8 appveyor.yml
serverspec-2.24.1 appveyor.yml
specinfra-2.43.7 appveyor.yml
serverspec-2.24.0 appveyor.yml
specinfra-2.43.6 appveyor.yml
specinfra-2.43.5 appveyor.yml
specinfra-2.43.4 appveyor.yml
specinfra-2.43.3 appveyor.yml
specinfra-2.43.2 appveyor.yml
serverspec-2.23.1 appveyor.yml
specinfra-2.43.1 appveyor.yml
serverspec-2.23.0 appveyor.yml
specinfra-2.43.0 appveyor.yml
specinfra-2.42.2 appveyor.yml
specinfra-2.42.1 appveyor.yml