Skip to content

Commit

Permalink
appveyor: Try to fix AppVeyor failure
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Jul 25, 2024
1 parent 004c57e commit 7177dc9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,29 @@ test_script:
environment:
matrix:
- ruby_version: "31-x64"
reinstall_bundler: 0
- ruby_version: "31"
reinstall_bundler: 0
- ruby_version: "30-x64"
reinstall_bundler: 0
- ruby_version: "30"
reinstall_bundler: 0
- ruby_version: "27-x64"
reinstall_bundler: 1
- ruby_version: "27"
reinstall_bundler: 1
- ruby_version: "26-x64"
reinstall_bundler: 1
- ruby_version: "26"
reinstall_bundler: 1
- ruby_version: "25-x64"
reinstall_bundler: 0
- ruby_version: "25"
reinstall_bundler: 0
- ruby_version: "24-x64"
reinstall_bundler: 0
- ruby_version: "24"
reinstall_bundler: 0

for:
-
Expand All @@ -43,6 +55,10 @@ for:
- ruby --version
- gem --version
- bundle --version
- if %reinstall_bundler% equ 1 (
gem uninstall bundler &
gem install bundler -v 2.4.22
)
- ridk.cmd install 1 3
- ridk.cmd exec bundle install
- ridk.cmd exec bundle exec rake compile

0 comments on commit 7177dc9

Please sign in to comment.