Skip to content

Commit

Permalink
Appveyor: Build some versions with system libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Mar 5, 2019
1 parent b164e5a commit d09abef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,23 @@ 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 compile test
- 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

matrix:
Expand Down

0 comments on commit d09abef

Please sign in to comment.