summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2016-05-02 21:10:01 +0200
committerMiklós Fazekas <mfazekas@szemafor.com>2016-05-02 21:10:01 +0200
commitef24042e91611b047060534eba84e21fcdc5c2b2 (patch)
treed8f23df71fba0d9791872bc39df00324c5c2ffc9
parent9ca28da6ee80354e86a606fe391a655b985b1676 (diff)
parentd8c0fafb44905c4a2c19975b176ec2336fe24243 (diff)
downloadnet-ssh-ef24042e91611b047060534eba84e21fcdc5c2b2.tar.gz
Merge pull request #354 from mfazekas/appveyor
appveyor - windows ci
-rw-r--r--appveyor.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..c8736ce
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,18 @@
+version: '{build}'
+
+skip_tags: true
+
+environment:
+ matrix:
+ - ruby_version: "21"
+ - ruby_version: "21-x64"
+
+install:
+ - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
+ - gem install bundler --no-document -v 1.11.2
+ - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.11.2_ install --retry=3
+
+test_script:
+ - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.11.2_ exec rake test
+
+build: off