]> andersk Git - libyaml.git/blobdiff - appveyor.yml
Add mingw-w64 builds to appveyor.yml
[libyaml.git] / appveyor.yml
index 88f6e6a2b776799ff2677844778ee5410a714b65..24d24d208afbb95f6b206e7748d5153fc7e32fbf 100644 (file)
@@ -19,7 +19,11 @@ build_script:
 # Autoconf based in-source build and tests under Cygwin using gcc
 #
 
-# 32-bit
+# 32-bit cygwin build
 - C:\cygwin\bin\sh -c "export PATH=/usr/bin:/usr/local/bin:$PATH && ./bootstrap && ./configure && make && make test && make distclean"
-# 64-bit
+# 64-bit cygwin build
 - C:\cygwin64\bin\sh -c "export PATH=/usr/bin:/usr/local/bin:$PATH && ./bootstrap && ./configure && make && make test && make distclean"
+# 32-bit mingw-w64 build
+- C:\cygwin\bin\sh -c "export PATH=/usr/bin:/usr/local/bin:$PATH && ./bootstrap && ./configure --host=i686-w64-mingw32 --target=i686-w64-mingw32 && make && make test && make distclean"
+# 64-bit mingw-w64 build
+- C:\cygwin64\bin\sh -c "export PATH=/usr/bin:/usr/local/bin:$PATH && ./bootstrap && ./configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 && make && make test && make distclean"
This page took 0.078518 seconds and 4 git commands to generate.