nathanfranke / gdextension

GDExtension template that automatically builds into a self-contained addon for the Godot Asset Library. Updated to Godot 4.2.1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support all platforms in GitHub Workflows (especially MacOS and iOS)

nathanfranke opened this issue · comments

  • Linux (Debug)
  • Linux (Release)
  • Windows (Debug)
  • Windows (Release)
  • Android (Debug)
  • Android (Release)
  • MacOS (Debug)
  • MacOS (Release)
  • iOS (Release)

I rarely use apple products, so I didn't bother going out of my way to support them, but they are still important!

commented

How is the progress on a macos workflow?

macos seems to be supported now

commented

Building locally, MacOS (Debug) works for me with godot-cpp on master, but not 4.2. @MoralCode this issue is about the GitHub Workflows though.