Skip to content

Commit

Permalink
Add basic Windows CI using AppVeyor
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
luislavena committed Sep 9, 2014
1 parent 3f14503 commit 4ccb13e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions appveyor.yml
@@ -0,0 +1,22 @@
---
version: "{build}"
branches:
only:
- master
clone_depth: 10
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- gem install bundler --quiet --no-ri --no-rdoc
- bundler --version
- bundle install
build: off
test_script:
- bundle exec rake spec

environment:
matrix:
- ruby_version: "193"
- ruby_version: "200"
- ruby_version: "200-x64"

0 comments on commit 4ccb13e

Please sign in to comment.