Sha256: 6b6a8c4298d1b5b323abddcb620454b767dae7802bd6d278fe47570ef5997b85

Contents?: true

Size: 922 Bytes

Versions: 8

Compression:

Stored size: 922 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: "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: "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

8 entries across 8 versions & 1 rubygems

Version Path
fluent-plugin-elasticsearch-2.8.5 appveyor.yml
fluent-plugin-elasticsearch-2.8.4 appveyor.yml
fluent-plugin-elasticsearch-2.8.3 appveyor.yml
fluent-plugin-elasticsearch-2.8.2 appveyor.yml
fluent-plugin-elasticsearch-2.8.1 appveyor.yml
fluent-plugin-elasticsearch-2.8.0 appveyor.yml
fluent-plugin-elasticsearch-2.7.0 appveyor.yml
fluent-plugin-elasticsearch-2.6.1 appveyor.yml