Sha256: e4546302baf8644ecf589ec64879cf2dd928272bdd26d83c28fff22d2bec8d29
Contents?: true
Size: 966 Bytes
Versions: 6
Compression:
Stored size: 966 Bytes
Contents
version: "master-{build}" os: Windows Server 2012 R2 platform: - x64 clone_depth: 1 skip_tags: true skip_branch_with_pr: true branches: only: - master # caching vendor/bundle appears to break horribly in the face of gems checked out of git # cache: # - vendor/bundle install: - ps: iex (irm https://omnitruck.chef.io/install.ps1); Install-Project -Project chefdk -channel stable - bundle config --local path vendor/bundle - SET CI=true - SET BUNDLE_WITHOUT=changelog:style build_script: - ps: c:\opscode\chefdk\bin\chef.bat shell-init powershell | iex - bundle install || bundle install || bundle install test_script: - SET SPEC_OPTS=--format progress - c:\opscode\chefdk\bin\chef.bat exec bundle exec rake spec # aruba on windows seems pretty terribadly broken: https://github.com/cucumber/aruba/pull/422 # - c:\opscode\chefdk\bin\chef.bat exec bundle exec cucumber - c:\opscode\chefdk\bin\chef.bat exec bundle exec rake style
Version data entries
6 entries across 6 versions & 1 rubygems