Sha256: 50bd44b6810faaf73a3453703bf7bf1f483ab0ccb5613d6094a11788fa7299cd

Contents?: true

Size: 753 Bytes

Versions: 2

Compression:

Stored size: 753 Bytes

Contents

version: '{build}'

# init:
#   - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - "%devkit%\\devkitvars.bat"
  - ruby --version
  - gem --version
  - bundle install
build: off
test_script:
  - bundle exec rake test TESTOPTS=-v

branches:
  only:
    - master
    - v0.10
    - v0.12
    - v0.14

environment:
  matrix:
    - ruby_version: "22-x64"
      devkit: C:\Ruby23-x64\DevKit
    - ruby_version: "22"
      devkit: C:\Ruby23\DevKit
    - ruby_version: "21-x64"
      devkit: C:\Ruby23-x64\DevKit
    - ruby_version: "21"
      devkit: C:\Ruby23\DevKit
matrix:
  allow_failures:
    - ruby_version: "21"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluentd-0.14.1 appveyor.yml
fluentd-0.14.0 appveyor.yml