summaryrefslogtreecommitdiff
path: root/.appveyor.yml
AgeCommit message (Collapse)Author
2019-01-01AppVeyor: Force installing SCons 3.0.1Rémi Verschelde
3.0.2 was released today and when installed via pip, it seems to be missing from the PATH.
2018-08-21CI: Disable debug_symbols on Travis/AppVeyorRémi Verschelde
Also increase AppVeyor cache size to 1024, should match what is available for us in the free plan: https://www.appveyor.com/docs/build-cache/#cache-size-beta And drop obsolete debug_release option for Windows, superseded by target=release and debug_symbols=yes.
2018-05-16Fix scons installation on AppVeyorRémi Verschelde
Seems like AppVeyor just upgraded pip and finally removed the deprecated --egg switch.
2018-01-04Add GDnative wrapper lib on CI buildEmmanuel Leblond
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-27prune scons shared cacheRhody Lugo
2017-11-25add support for scons cache and enable it for appveyorRhody Lugo
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.