aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
Commit message (Collapse)AuthorAge
* appveyor: trigger build on pushing to 'ci'Gravatar Kevin Mitchell2018-02-11
| | | | | This way, both travis and appveyor can be manually triggered simultaneously.
* appveyor: use undocumented --ask to force yes for all questionsGravatar Ricardo Constantino2018-02-11
| | | | Also, remove progressbar, just spammy for reason.
* appveyor: update ffmpeg and test d3d11/vulkanGravatar James Ross-Gowan2017-11-08
| | | | | | | Build ffmpeg-mpv, shaderc and crossc from source, since they are not packaged in MSYS2. Also, add some more explicit --enable flags to the mpv build to make sure things like D3D11, D3D11VA hwaccels and Vulkan are auto-detected.
* appveyor: use a clean %PATH%Gravatar James Ross-Gowan2017-07-28
| | | | | | | AppVeyor build workers have Git for Windows on the %PATH%, which includes some MSYS2 binaries. Having multiple MSYS2 installations on the %PATH% causes cygheap errors, so remove them and make sure %PATH% only has stuff we need.
* Add Appveyor CI integration for Windows buildsGravatar James Ross-Gowan2016-05-12