Sha256: 4d603d78ef0994901ba00c3e6fe8817971aed74fbe99e8af9ec2a10ab8e98779

Contents?: true

Size: 833 Bytes

Versions: 13

Compression:

Stored size: 833 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 current
  - bundle config --local path vendor/bundle
  - SET CI=true
  - SET BUNDLE_WITHOUT=guard: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
  - c:\opscode\chefdk\bin\chef.bat exec bundle exec cucumber --tags ~@not-windows

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
berkshelf-6.0.1 appveyor.yml
berkshelf-6.0.0 appveyor.yml
berkshelf-5.6.5 appveyor.yml
berkshelf-5.6.4 appveyor.yml
berkshelf-5.6.3 appveyor.yml
berkshelf-5.6.2 appveyor.yml
berkshelf-5.6.1 appveyor.yml
berkshelf-5.6.0 appveyor.yml
berkshelf-5.5.0 appveyor.yml
berkshelf-5.4.0 appveyor.yml
berkshelf-5.3.0 appveyor.yml
berkshelf-5.2.0 appveyor.yml
berkshelf-5.1.0 appveyor.yml