Sha256: 597ac79897c71d597c62cf8f633030cfa2ecf2ebe9a2e7116745bbc059e81a93

Contents?: true

Size: 908 Bytes

Versions: 29

Compression:

Stored size: 908 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
    - ruby_version: "21-x64"
      devkit: C:\Ruby23-x64\DevKit
    - ruby_version: "21"
      devkit: C:\Ruby23\DevKit
      WIN_RAPID: true
matrix:
  allow_failures:
    - ruby_version: "21"

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fluent-plugin-elasticsearch-2.10.5 appveyor.yml
fluent-plugin-elasticsearch-2.10.4 appveyor.yml
fluent-plugin-elasticsearch-2.10.2 appveyor.yml
fluent-plugin-elasticsearch-2.10.1 appveyor.yml
fluent-plugin-elasticsearch-2.10.0 appveyor.yml
fluent-plugin-elasticsearch-2.9.2 appveyor.yml
fluent-plugin-elasticsearch-2.9.1 appveyor.yml
fluent-plugin-elasticsearch-2.9.0 appveyor.yml
fluent-plugin-elasticsearch-2.8.6 appveyor.yml