Skip to content

Commit

Permalink
Add AppVeyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Jan 28, 2017
1 parent 7603e2f commit 11be963
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rdoc
@@ -1,6 +1,7 @@
= iTunes::Store::Transporter

{<img src="https://secure.travis-ci.org/sshaw/itunes_store_transporter.svg"/>}[http://travis-ci.org/sshaw/itunes_store_transporter]
{<img src="https://ci.appveyor.com/api/projects/status/k6w6ob5f7s9j8pv8?svg=true"/>}[https://ci.appveyor.com/project/sshaw/itunes-store-transporter]
{<img src="https://codeclimate.com/github/sshaw/itunes_store_transporter.svg" />}[https://codeclimate.com/github/sshaw/itunes_store_transporter]

Upload and manage your assets in the iTunes Store using the iTunes Store's Transporter (+iTMSTransporter+).
Expand Down
22 changes: 22 additions & 0 deletions 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

0 comments on commit 11be963

Please sign in to comment.