Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,50 @@
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"
- IF %ridk%==0 "%devkit%\\devkitvars.bat"
- ruby --version
- gem --version
- bundle install
- IF %ridk%==0 bundle install
- IF %ridk%==1 ridk.cmd exec bundle install
build: off
test_script:
- bundle exec rake test

# https://www.appveyor.com/docs/installed-software/#ruby
environment:
matrix:
- ruby_version: "25-x64"
ridk: 1
- ruby_version: "25"
ridk: 1
- ruby_version: "24-x64"
ridk: 1
- ruby_version: "24"
ridk: 1
- ruby_version: "23-x64"
devkit: C:\Ruby23-x64\DevKit
ridk: 0
- ruby_version: "23"
devkit: C:\Ruby23\DevKit
ridk: 0
- ruby_version: "22-x64"
devkit: C:\Ruby23-x64\DevKit
ridk: 0
- ruby_version: "21-x64"
devkit: C:\Ruby23-x64\DevKit
ridk: 0
- ruby_version: "22"
devkit: C:\Ruby23\DevKit
WIN_RAPID: true
ridk: 0
- ruby_version: "21"
devkit: C:\Ruby23\DevKit
WIN_RAPID: true
ridk: 0
matrix:
allow_failures:
- ruby_version: "21"