.appveyor.yml


Log

Author Commit Date CI Message
Anthony Green d2a4095a 2019-10-14T06:46:52 Fix comments.
Paul Monson c2a68590 2019-08-07T11:57:45 fix mingw build and crashing bugs for Python Windows ARM64 (#496) * fix mingw build and crashing bugs for Python Windows ARM64 * Fix issues found in PR review
driver1998 06bf1a9d 2019-04-28T03:21:44 fix x86/x64 MSVC build (#487)
Paul Monson db5706ff 2019-04-26T04:58:58 add support for 32-bit ARM on Windows (#477) * add support for 32-bit ARM on Windows * fix mismatched brace in appveyor.yml * remove arm platform from appveyor.yml for now * fix arm build * fix typo * fix assembler names * try Visual Studio 2017 * add windows arm32 to .appveyor.yml * update README.md
Stephen 8e250c39 2018-04-25T13:17:32 update to https for cygwin download (#428)
fwg af6773d6 2018-04-02T13:55:31 Fix appveyor windows build (#420) * Fix msvcc dll build by adding dllexport decorations to all API declarations * Fix appveyor build for VS 2013 Use the new -DFFI_BUILDING_DLL for producing a working DLL. Update the msvcc.sh wrapper script to successfully compile the testsuite files. * MSVC build: suppress warnings in testsuite * fix testsuite on appveyor
Anthony Green 206b2974 2018-03-27T14:37:50 fix quoting issue
Anthony Green 5b41e9f6 2018-03-27T14:34:31 Try different msvc hack
Anthony Green 70b93e4d 2018-03-27T07:14:59 try to fix windows builds
Anthony Green 377134d7 2018-03-27T07:06:01 Reduce verbosity
Anthony Green d4991154 2018-03-27T05:59:26 Fix quoting
Anthony Green df314193 2018-03-27T05:13:38 Run tests with lots of debug output
Anthony Green 00813780 2018-03-24T09:05:14 revert
Anthony Green 59d44242 2018-03-24T08:45:59 Try bhaible tests in appveyor
Anthony Green b841ae70 2017-03-19T07:42:09 remove stray quote
Anthony Green 073bc9d5 2017-03-19T07:25:24 Enable appveyor ci support