summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Smith <michael.smith@puppetlabs.com>2015-08-04 13:52:50 -0700
committerMichael Smith <michael.smith@puppetlabs.com>2015-08-04 16:09:36 -0700
commit8809e03ac9605a356465233cabe00f11c1cb81b6 (patch)
tree7be0b560e0559b68e0cd771503d10669fbde643c
parent198f3ac484f2df4e33eba2707b384c9a2d4b4614 (diff)
downloadffi-8809e03ac9605a356465233cabe00f11c1cb81b6.tar.gz
Configure AppVeyor CI
Adds a build script for AppVeyor, issue #444.
-rw-r--r--appveyor.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..2bb0e69
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,16 @@
+install:
+ - SET PATH=C:\%RUBYVER%\bin;%PATH%
+ - 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