summaryrefslogtreecommitdiff
path: root/ci/appveyor-install.bat
AgeCommit message (Collapse)Author
2018-11-21CI: port cygwin job from appveyor to azure-pipelinesChristoph Reiter
2018-01-06CI: Install gobject-introspection test prerequisites on CygwinJon Turney
2018-01-04CI: Run boost test for CygwinJon Turney
Also, use '^' to escape newlines in appveyor-install.bat to avoid an absurdly long line, remove some unnecessary quotation, and alphabetically sort packages Also, define the _XOPEN_SOURCE feature test macro in the boost test to avoid 'not declared in this scope' warnings for pthread_rwlock_init(), etc.
2017-09-28Revert "Add an additional Cygwin package repo with patched ninja"Jon Turney
This reverts commit 92c2bb75195c054dcdeae09f7d42393856a91748. This is no longer needed, as a patched ninja is now available from the standard Cygwin package repository, and prevents me from accidentally breaking CI when changing things in my personal package repository.
2017-09-18Revert "Revert "Merge pull request #1931 from centricular/use-patched-ninja""Nirbheek Chauhan
This reverts commit 5eb64a6f3e47b570f544524ef48dc6ef0e4dce59. Let's try again, with a fixed Ninja by QuLogic.
2017-07-18Revert "Merge pull request #1931 from centricular/use-patched-ninja"Jussi Pakkanen
This reverts commit aab7ada356e02033e4030143cf363d06d975283b, reversing changes made to e1b24765afd9e7d2d8043a408d69c7ad814d3551.
2017-07-17Add an additional Cygwin package repo with patched ninjaJon Turney
2017-05-21Enable code coverage on AppVeyor.Elliott Sales de Andrade
* Install pip on msys (which doesn't have it) * Install codecov/coverage everywhere. * Generate coverage XML file manually because codecov tries to call the coverage script itself and it's in a weird place on the path.
2017-04-07Add Cygwin/x86_64 to AppVeyor CI matrixJon Turney
Install ninja and packages needed for tests Don't bother with x86 for speed and reliability reasons