summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add GDnative wrapper lib on CI buildEmmanuel Leblond2018-01-041-1/+1
|
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-4/+5
|
* prune scons shared cacheRhody Lugo2017-11-271-0/+1
|
* add support for scons cache and enable it for appveyorRhody Lugo2017-11-251-0/+5
|
* CI: Disable MinGW build on Travis and add AppVeyor badgeRémi Verschelde2017-09-261-1/+1
| | | | | | | | | 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.
* Add AppVeyor CI file for MSVC buildsRémi Verschelde2017-09-261-0/+24
This improves our compiler coverage in our CI builds.