Skip to content

Commit

Permalink
Merge pull request #1881 from larskanis/fix-appveyor
Browse files Browse the repository at this point in the history
Update Appveyor-CI
  • Loading branch information
flavorjones committed Mar 6, 2019
2 parents 76f30b4 + d09abef commit ca704e5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions appveyor.yml
Expand Up @@ -9,20 +9,24 @@ install:
- gem --version
- gem install bundler --conservative
- bundle install
- IF DEFINED INSTALL_PACKAGES ( ridk exec pacman --noconfirm --needed --sync %INSTALL_PACKAGES% )

build: off

test_script:
- bundle exec rake -rdevkit
- bundle exec rake -rdevkit compile test -- %EXTCONF_PARAMS%

environment:
matrix:
- ruby_version: head-x64
INSTALL_PACKAGES: "mingw-w64-x86_64-libxslt"
EXTCONF_PARAMS: "--use-system-libraries"
- ruby_version: 26
- ruby_version: 25-x64
- ruby_version: 24
INSTALL_PACKAGES: "mingw-w64-i686-libxslt"
EXTCONF_PARAMS: "--use-system-libraries"
- ruby_version: 23-x64
- ruby_version: 22
- ruby_version: 21-x64
- ruby_version: 200

matrix:
allow_failures:
Expand Down

0 comments on commit ca704e5

Please sign in to comment.