summaryrefslogtreecommitdiffstats
path: root/ci/build-mingw64.sh
Commit message (Collapse)AuthorAgeFilesLines
* ci: add meson buildsDudemanguy2021-11-141-5/+35
| | | | | | | | Update the github workflows to also do meson builds for every OS. Additionally, make every workflow execute the built mpv executable (except for windows and FreeBSD's waf executable) to make sure that it runs. As an aside, FreeBSD unfortunately is a bit less elegant since it is in a VM.
* ci: update libs used by mingw buildsfan52021-10-071-3/+3
|
* ci: fix mingw build by adding harfbuzzsfan52020-11-151-0/+11
|
* ci: fix spirv-cross build in mingw scriptssfan52020-09-251-3/+8
|
* ci: add d3d11 to mingw buildsfan52020-07-011-13/+34
|
* ci: replace mingw build scriptssfan52020-06-221-22/+115
|
* ci: remove libass enablementJan Ekström2020-03-221-1/+0
| | | | This is no longer a configurable option.
* ci: remove now unuspported libdvdreadwm42019-09-131-1/+0
|
* ci: explicitly call waf with python3Martin Herkt2018-09-111-2/+2
| | | | | | Python 2 may not be present in the CI images in the future, but waf’s shebang line still uses its executable name. Explicitly call the right major version of the interpreter.
* ci: do bootstrap outside the docker containerJan Ekström2018-07-291-1/+0
| | | | | | | This way the docker container in itself does no networking. It seems like travis disabled network access from the actual docker containers.
* ci: add mingw64 targetsMartin Herkt2018-07-051-0/+35