mpv-player / mpv

🎥 Command line video player
https://mpv.io
Other
26.76k stars 2.84k forks source link

ci/mingw: run meson tests #14207

Closed kasper93 closed 1 month ago

github-actions[bot] commented 1 month ago

Download the artifacts for this pull request:

Windows * [mpv-i686-w64-mingw32](https://nightly.link/mpv-player/mpv/actions/artifacts/1535873579.zip) * [mpv-x86_64-w64-mingw32](https://nightly.link/mpv-player/mpv/actions/artifacts/1535877691.zip) * [mpv-x86_64-windows-msvc](https://nightly.link/mpv-player/mpv/actions/artifacts/1535885658.zip)
macOS * [mpv-macos-12-intel](https://nightly.link/mpv-player/mpv/actions/artifacts/1535860750.zip) * [mpv-macos-13-intel](https://nightly.link/mpv-player/mpv/actions/artifacts/1535859671.zip) * [mpv-macos-14-arm](https://nightly.link/mpv-player/mpv/actions/artifacts/1535857647.zip)
Dudemanguy commented 1 month ago

By getting rid of subprocesses, you could simplify the meson.build files a lot if you want to. Wouldn't need subprocess_source and some other stuff likely.

kasper93 commented 1 month ago

By getting rid of subprocesses, you could simplify the meson.build files a lot if you want to. Wouldn't need subprocess_source and some other stuff likely.

Removed what I've seen not needed.

kasper93 commented 1 month ago

No more comments for a week, let's merge this. Can be improved if needed.