Sha256: f222a9684fc3d28b850e0271ec61c55b848b7588bdb7f687c27ae4545d2cca42
Contents?: true
Size: 905 Bytes
Versions: 12
Compression:
Stored size: 905 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% - "%devkit%\\devkitvars.bat" - ruby --version - gem --version - bundle install build: off test_script: - bundle exec rake test branches: only: - master - v0.10 - v0.12 - v0.14 environment: matrix: - ruby_version: "23-x64" devkit: C:\Ruby23-x64\DevKit - ruby_version: "23" devkit: C:\Ruby23\DevKit - ruby_version: "22-x64" devkit: C:\Ruby23-x64\DevKit - ruby_version: "21-x64" devkit: C:\Ruby23-x64\DevKit - ruby_version: "22" devkit: C:\Ruby23\DevKit WIN_RAPID: true - ruby_version: "21" devkit: C:\Ruby23\DevKit WIN_RAPID: true matrix: allow_failures: - ruby_version: "21"
Version data entries
12 entries across 12 versions & 1 rubygems