Sha256: a5f892a41c37c9569d1841b373f3ab94b86328603970cfdfbda3935242763bc4

Contents?: true

Size: 452 Bytes

Versions: 3

Compression:

Stored size: 452 Bytes

Contents

---
install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - ruby --version
  - gem --version
  - bundle install
build_script:
  - bundle exec rake -rdevkit build
test_script:
  - bundle exec rake -rdevkit spec
environment:
  matrix:
    - ruby_version: "23"
    - ruby_version: "23-x64"
    - ruby_version: "24"
    - ruby_version: "24-x64"
    - ruby_version: "25"
    - ruby_version: "25-x64"
    - ruby_version: "26"
    - ruby_version: "26-x64"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ext_monitor-0.1.2 appveyor.yml
ext_monitor-0.1.1 appveyor.yml
ext_monitor-0.1.0 appveyor.yml