summaryrefslogtreecommitdiff
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Don't stop test on copy failure (#636)DJ Delorie2021-06-151-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't stop test on copy failure Static-library tests were failing only because there were no DLLs to copy. This change makes a copy failure not stop the build; if a failed copy would otherwise be relevent, the later tests would fail anyway. While there are more clever ways to solve this, a brute force fix is sufficient. * [TEST] Try cygwin64; install more packages explicitly * use correct cygwin64 directory name appveyor has cygwin64 pre-installed in /cygwin64, and 32-bit cygwin in /cygwin * More testing - revert VS change, bump travis timeout * Add -g to update the rest of perl * Skip execution tests on non-native platforms Special site.exp that skips the unix_load() command for arm platforms. Unset TERM to avoid cruft in stdout Try harder to find the libffi libraries
* Revert appveyor changesAnthony Green2021-06-041-2/+2
|
* Update vs versionAnthony Green2021-06-011-1/+1
|
* Upgrade to vs2019Anthony Green2021-06-011-1/+1
|
* Try updating automakeAnthony Green2021-06-011-1/+1
|
* Bring in the latest version of perlAnthony Green2021-06-011-3/+3
|
* fix windows tests (#595)ericLemanissier2021-03-241-5/+22
| | | | | | | * Update .appveyor.yml * add (debug+release)*(shared+static) CI * fix libversion
* Fix comments.Anthony Green2019-10-141-6/+1
|
* fix mingw build and crashing bugs for Python Windows ARM64 (#496)Paul Monson2019-08-071-0/+7
| | | | | | * fix mingw build and crashing bugs for Python Windows ARM64 * Fix issues found in PR review
* fix x86/x64 MSVC build (#487)driver19982019-04-271-1/+1
|
* add support for 32-bit ARM on Windows (#477)Paul Monson2019-04-261-7/+21
| | | | | | | | | | | | | | | | | | | | * 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
* update to https for cygwin download (#428)Stephen2018-04-251-1/+1
|
* Fix appveyor windows build (#420)fwg2018-04-021-3/+5
| | | | | | | | | | | | | * 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
* fix quoting issueAnthony Green2018-03-271-1/+1
|
* Try different msvc hackAnthony Green2018-03-271-1/+1
|
* try to fix windows buildsAnthony Green2018-03-271-1/+1
|
* Reduce verbosityAnthony Green2018-03-271-1/+1
|
* Fix quotingAnthony Green2018-03-271-1/+1
|
* Run tests with lots of debug outputAnthony Green2018-03-271-1/+1
|
* revertAnthony Green2018-03-241-1/+0
|
* Try bhaible tests in appveyorAnthony Green2018-03-241-0/+1
|
* remove stray quoteAnthony Green2017-03-191-1/+1
|
* Enable appveyor ci supportAnthony Green2017-03-191-0/+48