Novum / vkQuake

Vulkan Quake port based on QuakeSpasm
GNU General Public License v2.0
1.72k stars 214 forks source link

CI: build MacOS in release and debug mode #682

Closed Macil closed 1 year ago

Macil commented 1 year ago

CI currently only builds a release build for MacOS. There's been several compilation errors specifically in MacOS debug builds that weren't caught by CI (https://github.com/Novum/vkQuake/issues/638 and https://github.com/Novum/vkQuake/issues/681), so this changes CI to catch these.

(This PR is failing CI because of https://github.com/Novum/vkQuake/issues/681.)