From 11be963c8d6a2d31303eb2a6fed62c6c1522a7a5 Mon Sep 17 00:00:00 2001 From: sshaw Date: Sat, 28 Jan 2017 15:18:53 -0500 Subject: [PATCH] Add AppVeyor config --- README.rdoc | 1 + appveyor.yml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 appveyor.yml diff --git a/README.rdoc b/README.rdoc index 5f766c2..cccda5c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,6 +1,7 @@ = iTunes::Store::Transporter {}[http://travis-ci.org/sshaw/itunes_store_transporter] +{}[https://ci.appveyor.com/project/sshaw/itunes-store-transporter] {}[https://codeclimate.com/github/sshaw/itunes_store_transporter] Upload and manage your assets in the iTunes Store using the iTunes Store's Transporter (+iTMSTransporter+). diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..9a57f55 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,22 @@ +version: "0.2.0b{build}" + +environment: + matrix: + - RUBY_VERSION: 23-x64 + - RUBY_VERSION: 22-x64 + - RUBY_VERSION: 21-x64 + - RUBY_VERSION: 200-x64 + +install: + - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH% + - bundle install + +build: off + +before_test: + - ruby -v + - gem -v + - bundle -v + +test_script: + - bundle exec rake