Skip to content

Commit

Permalink
Update appveyor setting
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <repeatedly@gmail.com>
  • Loading branch information
repeatedly committed Jun 12, 2019
1 parent eb2ebff commit 12ffa0a
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ version: '{build}'

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%==1 ridk.cmd exec bundle install
- IF %ridk%==0 bundle install
build: off
test_script:
- bundle exec rake test
Expand All @@ -17,22 +18,20 @@ test_script:
branches:
only:
- master
- v0.10
- v0.12
- v0.14

# 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
- ruby_version: "22-x64"
devkit: C:\Ruby23-x64\DevKit
- ruby_version: "22"
devkit: C:\Ruby23\DevKit
WIN_RAPID: true
ridk: 0
- ruby_version: "24-x64"
ridk: 1
- ruby_version: "24"
ridk: 1
matrix:
allow_failures:
- ruby_version: "21"

0 comments on commit 12ffa0a

Please sign in to comment.