libsdl-org / SDL_ttf

Support for TrueType (.ttf) font files with Simple Directmedia Layer.
zlib License
402 stars 131 forks source link

Add build-release.py to build releases #407

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_ttf vcxproj. Alternatively, it's possible to build all MSVC binaries with the CMake project.

Example run: https://github.com/madebr/SDL_ttf/actions/runs/11330123000

CI fails because the SDL3 prerelease has a broken ios/tvos simulator detection, and because the SDL_ttf tests depends on features not available in the last prerelease