]> andersk Git - libyaml.git/commit
Add mingw-w64 builds to appveyor.yml
authorMarty E. Plummer <hanetzer@protonmail.com>
Fri, 5 Jan 2018 20:44:03 +0000 (14:44 -0600)
committerIngy döt Net <ingy@ingy.net>
Tue, 9 Jan 2018 05:07:58 +0000 (21:07 -0800)
commitd9c23d9197dbd82845e89b3b4cd61d3c120202b4
tree8a46cf6038988d8abc5bbeb7650bec3ecbf93901
parentfc2dd942fc61ae135b7e2bfe5c248b1f15b74547
Add mingw-w64 builds to appveyor.yml

Currently the cygwin autoconf builds only test builds of cygwin-native
binaries, and not mingw-w64 pure windows binaries. The resultant
cygyaml-0-2.dll has a runtime dep on the cygwin1.dll which is generally
not appropriate for the purpose of distribution. Building with mingw-w64
produces libraries with no dependency on the cygwin runtime.

Signed-off-by: Marty E. Plummer <hanetzer@protonmail.com>
.gitignore
appveyor.yml
This page took 0.179657 seconds and 5 git commands to generate.