summaryrefslogtreecommitdiff
path: root/.appveyor.yml
AgeCommit message (Collapse)Author
2017-09-26CI: Disable MinGW build on Travis and add AppVeyor badgeRémi Verschelde
Now that AppVeyor handles testing Windows builds with MSVC, we can skip the need to test against Travis' old MinGW toolchain and have a faster CI process. Also try building X11 binaries against system OpenSSL, should speed up build.
2017-09-26Add AppVeyor CI file for MSVC buildsRémi Verschelde
This improves our compiler coverage in our CI builds.