Sha256: f5e0ca3ba2a90c77dd4ab4358b4277ce6d0f02de920c78837313269856ae8c26

Contents?: true

Size: 1001 Bytes

Versions: 58

Compression:

Stored size: 1001 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
#  - bundle exec rake test TESTOPTS=-v

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

# https://www.appveyor.com/docs/installed-software/#ruby
environment:
  matrix:
    - ruby_version: "23-x64"
      devkit: C:\Ruby23-x64\DevKit
    - ruby_version: "23"
      devkit: C:\Ruby23\DevKit
    - ruby_version: "22-x64"
      devkit: C:\Ruby23-x64\DevKit
    - ruby_version: "21-x64"
      devkit: C:\Ruby23-x64\DevKit
    - ruby_version: "22"
      devkit: C:\Ruby23\DevKit
      WIN_RAPID: true
    - ruby_version: "21"
      devkit: C:\Ruby23\DevKit
      WIN_RAPID: true
matrix:
  allow_failures:
    - ruby_version: "21"

Version data entries

58 entries across 58 versions & 2 rubygems

Version Path
fluentd-0.14.19 appveyor.yml
fluentd-0.14.18 appveyor.yml
fluentd-0.14.17-x86-mingw32 appveyor.yml
fluentd-0.14.17-x64-mingw32 appveyor.yml
fluentd-0.14.17 appveyor.yml
fluentd-0.14.16 appveyor.yml
fluentd-0.14.15 appveyor.yml
fluentd-0.14.14 appveyor.yml
fluentd-0.14.14.pre.1 appveyor.yml
fluentd-0.14.13-x86-mingw32 appveyor.yml
fluentd-0.14.13-x64-mingw32 appveyor.yml
fluentd-0.14.13 appveyor.yml
fluentd-0.14.12-x64-mingw32 appveyor.yml
fluentd-0.14.12-x86-mingw32 appveyor.yml
fluentd-0.14.12 appveyor.yml
fluentd-0.14.11-x64-mingw32 appveyor.yml
fluentd-0.14.11-x86-mingw32 appveyor.yml
fluentd-0.14.11 appveyor.yml