summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..c82a9e4
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,17 @@
+install:
+ - SET PATH=C:\%RUBYVER%\bin;%PATH%
+ - SET RAKEOPT=-rdevkit
+ - gem install bundler --quiet --no-ri --no-rdoc
+ - bundle install
+build: off
+test_script:
+ - bundle exec rake test
+environment:
+ matrix:
+ - RUBYVER: Ruby193
+ - RUBYVER: Ruby200
+ - RUBYVER: Ruby200-x64
+ - RUBYVER: Ruby21
+ - RUBYVER: Ruby21-x64
+ - RUBYVER: Ruby22
+ - RUBYVER: Ruby22-x64