aboutsummaryrefslogtreecommitdiff
path: root/ci
AgeCommit message (Collapse)AuthorFilesLines
2017-05-21Enable code coverage on AppVeyor.Elliott Sales de Andrade1-1/+1
* 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-05-21Use a wrapper script to run tests in Cygwin.Elliott Sales de Andrade2-6/+6
2017-04-07Add Cygwin/x86_64 to AppVeyor CI matrixJon Turney2-0/+17
Install ninja and packages needed for tests Don't bother with x86 for speed and reliability reasons