godot-wasm icon indicating copy to clipboard operation
godot-wasm copied to clipboard

Missing GHA workflows

Open ashtonmeuser opened this issue 2 years ago • 2 comments

The following use cases are not supported via GHA.

  1. ~~Windows (MinGW) addon~~ Unsupported (see reasoning)
  2. Linux module
  3. macOS module
  4. Windows (MSVC) module
  5. ~~Windows (MinGW) module~~ Not required

ashtonmeuser avatar May 07 '23 22:05 ashtonmeuser

What is missing?

fire avatar May 12 '23 01:05 fire

Four of the workflows I mentioned in the description are building precompiles of the engine for Windows, macOS, and Linux using Godot Wasm as a module (similar to what you've done here).

Building the addon (GDNative/GDExtension) using MinGW would also be helpful but is lower priority as we've already got a Windows build in the release artifact.

ashtonmeuser avatar May 12 '23 16:05 ashtonmeuser