Sha256: 80f6517de06e9f36a5ce17b7db8f951f5cdb335d784c8aeac0df519e88677c15

Contents?: true

Size: 694 Bytes

Versions: 2

Compression:

Stored size: 694 Bytes

Contents

version: "master-{build}"

os: Windows Server 2012
platform:
  - x64

environment:
  bundle_gemfile: ci.gemfile

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

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

    - ruby_version: "21"
      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 -v 1.11.2 --quiet --no-ri --no-rdoc
  - bundler --version

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

test_script:
  - bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
knife-windows-1.5.0 appveyor.yml
knife-windows-1.4.1 appveyor.yml