Sha256: 901d59aa4c5dfe694e0342cf2c7b419f638fe924bc70dda4951bb05f0f803047

Contents?: true

Size: 575 Bytes

Versions: 1

Compression:

Stored size: 575 Bytes

Contents

version: 1.0.{build}-{branch}

cache:
  - vendor/bundle

environment:
  matrix:
    - RUBY_VERSION: 24
    - RUBY_VERSION: 23
    - RUBY_VERSION: 22
    - RUBY_VERSION: 21
    - RUBY_VERSION: 200


platform:
  - x64
  - x86

install:
  - set _platform=-%Platform%
  - set PATH=C:\Ruby%RUBY_VERSION%%_platform:-x86=%\bin;%PATH%
  - bundle config --local path vendor/bundle
  - bundle install

build: off

before_test:
  - ruby -v
  - gem -v
  - bundle -v

test_script:
  - bundle exec rake

after_test:
  - bundle exec rake build

artifacts:
  - path: pkg/*.gem
    name: Gem

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appveyor-worker-0.2.1 appveyor.yml