Skip to content

Commit

Permalink
Add AppVeyor for Windows CI
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
luislavena committed Oct 11, 2014
1 parent 86e1ca0 commit 4dfefe1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
@@ -0,0 +1,21 @@
---
version: "{build}"
branches:
only:
- master
clone_depth: 10
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
build: off
test_script:
- rake -rdevkit test

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

0 comments on commit 4dfefe1

Please sign in to comment.