Sha256: 6a19f239b5d0da63cbcf0fa0c3ad85d7a57d334cf165f4ef78a0c34e16863011
Contents?: true
Size: 863 Bytes
Versions: 42
Compression:
Stored size: 863 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% - IF %ridk%==0 "%devkit%\\devkitvars.bat" - ruby --version - gem --version - IF %ridk%==1 ridk.cmd exec bundle install - IF %ridk%==0 bundle install build: off test_script: - bundle exec rake test # - bundle exec rake test TESTOPTS=-v branches: only: - master # https://www.appveyor.com/docs/installed-software/#ruby environment: matrix: - ruby_version: "23-x64" devkit: C:\Ruby23-x64\DevKit ridk: 0 - ruby_version: "23" devkit: C:\Ruby23\DevKit ridk: 0 - ruby_version: "24-x64" ridk: 1 - ruby_version: "24" ridk: 1 matrix: allow_failures: - ruby_version: "21"
Version data entries
42 entries across 42 versions & 1 rubygems