Skip to content

Commit

Permalink
Adding starter Appveyor config
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Preston <stuart@chef.io>
  • Loading branch information
Stuart Preston committed Aug 28, 2018
1 parent c852d56 commit 3eb1599
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: "master-{build}"

os: Visual Studio 2017
platform:
- x64

environment:
matrix:
- ruby_version: "25-x64"

clone_folder: c:\projects\mixlib-archive
clone_depth: 1
skip_tags: true
branches:
only:
- master

install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%
- ruby --version
- gem --version
- gem update --system
- gem install bundler --quiet --no-ri --no-rdoc
- bundler --version

build_script:
- bundle install

test_script:
- bundle exec rake

0 comments on commit 3eb1599

Please sign in to comment.