Sha256: cd311e110a6b7e13f1f7228e3ade16f03940a117fce2c2396213e58fe1f4ea9c

Contents?: true

Size: 1.19 KB

Versions: 5

Compression:

Stored size: 1.19 KB

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%
  - IF %ridk%==0 "%devkit%\\devkitvars.bat"
  - ruby --version
  - gem --version
  - IF %ridk%==0 bundle install
  - IF %ridk%==1 ridk.cmd exec bundle install
build: off
test_script:
  - bundle exec rake test

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-grok-parser-2.6.1 appveyor.yml
fluent-plugin-grok-parser-2.6.0 appveyor.yml
fluent-plugin-grok-parser-2.5.1 appveyor.yml
fluent-plugin-grok-parser-2.5.0 appveyor.yml
fluent-plugin-grok-parser-2.4.0 appveyor.yml