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-3.0.1 appveyor.yml
fluent-plugin-elasticsearch-3.0.0 appveyor.yml
fluent-plugin-elasticsearch-2.12.5 appveyor.yml
fluent-plugin-elasticsearch-2.12.4 appveyor.yml
fluent-plugin-elasticsearch-2.12.3 appveyor.yml
fluent-plugin-elasticsearch-2.12.2 appveyor.yml
fluent-plugin-elasticsearch-2.12.1 appveyor.yml
fluent-plugin-elasticsearch-2.12.0 appveyor.yml
fluent-plugin-elasticsearch-2.11.11 appveyor.yml
fluent-plugin-elasticsearch-2.11.10 appveyor.yml
fluent-plugin-elasticsearch-2.11.9 appveyor.yml
fluent-plugin-elasticsearch-2.11.8 appveyor.yml
fluent-plugin-elasticsearch-2.11.7 appveyor.yml
fluent-plugin-elasticsearch-2.11.6 appveyor.yml
fluent-plugin-elasticsearch-2.11.5 appveyor.yml
fluent-plugin-elasticsearch-2.11.4 appveyor.yml
fluent-plugin-elasticsearch-2.11.3 appveyor.yml
fluent-plugin-elasticsearch-2.11.2 appveyor.yml
fluent-plugin-elasticsearch-2.11.1 appveyor.yml
fluent-plugin-elasticsearch-2.11.0 appveyor.yml