Sha256: 9b4438f7d36c3a0329f1bdf0aed5361f3a093e695f41162671fd3f59202287cc

Contents?: true

Size: 741 Bytes

Versions: 5

Compression:

Stored size: 741 Bytes

Contents

version: "master-{build}"

os: Windows Server 2012
platform:
  - x64

environment:
  bundle_gemfile: ci.gemfile

  matrix:
    - ruby_version: "193"
      chef_version: "< 12"

    - ruby_version: "200"
      chef_version: "< 12"

    - ruby_version: "200"
      chef_version: "~> 12.0"

    - ruby_version: "200"
      chef_version: "master"

clone_folder: c:\projects\knife-windows
clone_depth: 1
branches:
  only:
    - master

install:
  - winrm quickconfig -q
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - echo %PATH%
  - ruby --version
  - gem --version
  - gem install bundler --quiet --no-ri --no-rdoc
  - bundler --version

build_script:
  - bundle install || bundle install || bundle install

test_script:
  - bundle exec rake

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
knife-windows-1.4.0 appveyor.yml
knife-windows-1.2.1 appveyor.yml
knife-windows-1.1.0 appveyor.yml
knife-windows-1.0.0 appveyor.yml
knife-windows-1.0.0.rc.2 appveyor.yml