Skip to content

Commit

Permalink
add appveyor.yml and build status badge (first step towards #69)
Browse files Browse the repository at this point in the history
  • Loading branch information
tknerr committed Jul 2, 2015
1 parent cf674f9 commit d2cbe9d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# Bill's Kitchen

[![Build status](https://ci.appveyor.com/api/projects/status/pl0vwkbyeavs9036/branch/master?svg=true)](https://ci.appveyor.com/project/tknerr/bills-kitchen/branch/master)

A [DevPack](http://blog.tknerr.de/blog/2014/10/09/devpack-philosophy-aka-works-on-your-machine/) with all you (or Bill Gates would) need for cooking with Chef, Vagrant and Docker on Windows, shrink-wrapped in a portable package.

![Bill's Kitchen Screenshot](https://raw.github.com/tknerr/bills-kitchen/master/doc/bills_kitchen_screenshot.png)
Expand Down
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '{build}-{branch}'
os: Windows Server 2012 R2
platform: x64
install:
- ruby --version
- gem install bundler --quiet --no-ri --no-rdoc
- bundle install
cache:
- C:\Ruby193\lib\ruby\gems\1.9.1
- C:\Ruby193\bin
build_script:
- rake build
test: off

0 comments on commit d2cbe9d

Please sign in to comment.