Sha256: 1e621b1e9d12ffd86113ec7e67dbff5cb5dc4cb34a585f035c4e2b993676749c

Contents?: true

Size: 608 Bytes

Versions: 14

Compression:

Stored size: 608 Bytes

Contents

platform:
  - x86
  - x64
environment:
  matrix:
    - RUBY_VERSION: 21
    - RUBY_VERSION: 22
    - RUBY_VERSION: 23
cache:
  - vendor\bundle
install:
  - ps: |
        if ($env:platform -eq 'x86') {
          $env:WIN_RUBY_BIN = "C:\Ruby${env:RUBY_VERSION}\bin";
        } else {
          $env:WIN_RUBY_BIN = "C:\Ruby${env:RUBY_VERSION}-x64\bin";
        }
        $env:PATH = "${env:WIN_RUBY_BIN};${env:PATH}";
  - ruby --version
  - gem --version
  - rake --version
  - bundle --version
  - bundle config --local path vendor/bundle
  - bundle install
build: false
test_script:
  - bundle exec rake test

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.appveyor.yml
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.appveyor.yml
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.appveyor.yml
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.appveyor.yml
thermite-0.13.0 .appveyor.yml
thermite-0.12.1 .appveyor.yml
thermite-0.12.0 .appveyor.yml
thermite-0.11.1 .appveyor.yml
thermite-0.11.0 .appveyor.yml
thermite-0.10.0 .appveyor.yml
thermite-0.9.0 .appveyor.yml
thermite-0.8.0 .appveyor.yml
thermite-0.7.0 .appveyor.yml
thermite-0.6.0 .appveyor.yml