Skip to content

Commit

Permalink
Add CI on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Oct 8, 2016
1 parent 5fd28a2 commit 02afa2b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions appveyor.yml
@@ -0,0 +1,23 @@
init:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
- SET RAKEOPT=-rdevkit
install:
- ruby --version
- gem --version
- bundle install
build_script:
- bundle exec rake compile
test_script:
- bundle exec rake travis
environment:
matrix:
- ruby_version: "193"
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22"
- ruby_version: "22-x64"
- ruby_version: "23"
- ruby_version: "23-x64"

0 comments on commit 02afa2b

Please sign in to comment.