Sha256: 0326e3e7026f900099050f59a3a54c3e8927d584ab76a9ea18bdd827b81bbc1a
Contents?: true
Size: 733 Bytes
Versions: 1
Compression:
Stored size: 733 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: "23" chef_version: "~> 12.0" - ruby_version: "23" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
knife-windows-1.7.0 | appveyor.yml |