Sha256: 94a2ec6fd22d14a6bb9e8cb0595544c6e96b844f3c07e3becffebd2e80d0a785

Contents?: true

Size: 893 Bytes

Versions: 8

Compression:

Stored size: 893 Bytes

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%
  - ruby --version
  - gem --version
  # stay 0.14.0 for Windows CI until https://github.com/socketry/protocol-http2/issues/6 will be fixed
  - ps: Write-Output "gem 'protocol-http2', ['<= 0.14.0']" | Out-File -FilePath Gemfile.local -Encoding default
  - type Gemfile.local
  - ridk.cmd exec bundle install
build: off
test_script:
  - bundle exec rake test
#  - bundle exec rake test TESTOPTS=-v

branches:
  only:
    - master

# https://www.appveyor.com/docs/installed-software/#ruby
environment:
  matrix:
    - ruby_version: "26-x64"
    - ruby_version: "26"
    - ruby_version: "25-x64"
    - ruby_version: "25"
    - ruby_version: "24-x64"
    - ruby_version: "24"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fluentd-1.12.1-x64-mingw32 appveyor.yml
fluentd-1.12.1-x86-mingw32 appveyor.yml
fluentd-1.12.1 appveyor.yml
fluentd-1.12.0-x86-mingw32 appveyor.yml
fluentd-1.12.0-x64-mingw32 appveyor.yml
fluentd-1.12.0 appveyor.yml
fluentd-1.12.0.rc2 appveyor.yml
fluentd-1.12.0.rc1 appveyor.yml