Sha256: b25f595a6d1476da00311d2169df57a52c52e4fc5aeb866922c0be45d7ae8ab4
Contents?: true
Size: 640 Bytes
Versions: 2
Compression:
Stored size: 640 Bytes
Contents
version: "master-{build}" os: Windows Server 2012 platform: - x64 environment: bundle_gemfile: ci.gemfile matrix: - ruby_version: "23" chef_version: "~> 12.0" - ruby_version: "24" chef_version: "master" clone_folder: c:\projects\knife-winops 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-winops-2.1.0 | appveyor.yml |
knife-winops-2.0.0 | appveyor.yml |