Skip to content

Commit

Permalink
Appveyor: Run two rubies with system and two more with bundled libffi
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jan 24, 2019
1 parent 9e30098 commit 52927e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -20,6 +20,8 @@ environment:
- RUBYVER: "head-x64"
EXTCONFOPTS: "--disable-system-libffi"
- RUBYVER: 24
EXTCONFOPTS: "--enable-system-libffi"
EXTCONFOPTS: "--disable-system-libffi"
- RUBYVER: 25-x64
EXTCONFOPTS: "--enable-system-libffi"
- RUBYVER: 25
EXTCONFOPTS: "--enable-system-libffi"

0 comments on commit 52927e7

Please sign in to comment.