Sha256: 0eb40fe4f80d4358d0026c649aac5d6a5cb372b043c34da975b7c614902533f9

Contents?: true

Size: 766 Bytes

Versions: 27

Compression:

Stored size: 766 Bytes

Contents

version: '{build}'
install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - "%devkit%\\devkitvars.bat"
  - IF EXIST "%devkit%\\bin\\ridk.cmd" ridk.cmd enable
  - ruby --version
  - gem --version
  - bundle install
build: off
test_script:
  - bundle exec rake test

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

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
fluent-plugin-elasticsearch-3.2.3 appveyor.yml
fluent-plugin-elasticsearch-3.2.2 appveyor.yml
fluent-plugin-elasticsearch-3.2.1 appveyor.yml
fluent-plugin-elasticsearch-3.2.0 appveyor.yml
fluent-plugin-elasticsearch-3.1.1 appveyor.yml
fluent-plugin-elasticsearch-3.1.0 appveyor.yml
fluent-plugin-elasticsearch-3.0.2 appveyor.yml