Sha256: b8e8b471dc548cf1d679f73f5d03b03b3a4296c2b9add4cd52c02907e054662c

Contents?: true

Size: 648 Bytes

Versions: 3

Compression:

Stored size: 648 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
  - bundle --version
  - bundle install
  - ridk.cmd exec bundle exec rake compile
build: off
test_script:
  # - bundle exec rake test
  - bundle exec rake test TESTOPTS=-v

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ioext_c-0.1.0-x86-mingw32 appveyor.yml
ioext_c-0.1.0-x64-mingw32 appveyor.yml
ioext_c-0.1.0 appveyor.yml