lihop / godot-xterm

Terminal emulator for the Godot game engine.
MIT License
99 stars 15 forks source link

[Godot 4] Fix CI/CD #67

Closed lihop closed 6 months ago

lihop commented 1 year ago

The GitHub actions workflow (.github/workflows/main.yml) needs to be upgraded to work with Godot 4. This will require the addition of Godot 4 support to the lihop/setup-godot GitHub action (lihop/setup-godot#7).

Tests will also need to be fixed (#66) for the full CI/CD pipeline to pass.

lihop commented 1 year ago

Partially fixed by 2ba480b4da63342634796c8a5c7fbed71728212f, but still need to fix build and test for HTML5, macOS, and Windows platforms, and export for HTML5.

lihop commented 6 months ago

CI/CD now builds and tests for all platforms and Web exports have been re-enabled.