libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.
zlib License
430 stars 147 forks source link

Add build-release.py to build releases #643

Closed madebr closed 1 month ago

madebr commented 1 month ago

Like SDL3, I'm using the VisualC projects to create the MSVC x86/x64 binaries, including the prebuilt x86/x64 optional binaries part of this repo. To get them to work with the SDL3 prerelease binaries, I had to slightly modify the SDL_mixer vcxproj. Alternatively, it's possible to build all MSVC binaries with the CMake project.

Example run: https://github.com/madebr/SDL_mixer/actions/runs/11330100738

CI fails because the SDL3 prerelease has a broken ios/tvos simulator detection