Sha256: 86af36f93ea522eb8de1c6359ac16097d21a452d486efc249f77db6bcefa301e

Contents?: true

Size: 697 Bytes

Versions: 12

Compression:

Stored size: 697 Bytes

Contents

install:
  - SET PATH=C:\Ruby%RUBYVER%\bin;%PATH%
  - SET RAKEOPT=-rdevkit
  - ps: |
      if ($env:RUBYVER -like "*head*") {
        $(new-object net.webclient).DownloadFile("https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-head/rubyinstaller-$env:RUBYVER.exe", "$pwd/ruby-setup.exe")
        cmd /c ruby-setup.exe /verysilent /dir=C:/Ruby$env:RUBYVER
      }
  - ridk version
  - gem --version
  - gem install bundler --quiet --no-document
  - bundle install
build: off
build_script:
  - bundle exec rake compile || bundle exec rake compile
test_script:
  - bundle exec rake test
environment:
  matrix:
    - RUBYVER: "head-x64"
    - RUBYVER: 24
    - RUBYVER: 25-x64

Version data entries

12 entries across 10 versions & 4 rubygems

Version Path
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.5.0/gems/ffi-1.10.0/appveyor.yml
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/appveyor.yml
tdiary-5.0.13 vendor/bundle/gems/ffi-1.10.0/appveyor.yml
approveapi-1.0.8 vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/appveyor.yml
tdiary-5.0.12.1 vendor/bundle/gems/ffi-1.10.0/appveyor.yml
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.5.0/gems/ffi-1.10.0/appveyor.yml
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/appveyor.yml
approveapi-1.0.5 vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/appveyor.yml
vagrant-unbundled-2.2.3.0 vendor/bundle/ruby/2.5.0/gems/ffi-1.10.0/appveyor.yml
ffi-1.10.0-x64-mingw32 appveyor.yml
ffi-1.10.0-x86-mingw32 appveyor.yml
ffi-1.10.0 appveyor.yml