Commit Graph

1 Commits

Author SHA1 Message Date
e689b815ab feat: replace legacy GitHub Actions CI with Gitea workflow supporting debug and release builds
Remove the old .github/workflows/.githubCI.yml that used v2 actions and a single .travis.sh build script for Linux, macOS, and Windows. Add a new .gitea/workflows/ci.yml that builds only on Linux using the wren_cli.make makefile with a matrix of release_64bit and debug_64bit configs, runs Python-based tests with a _d suffix for debug builds, and uploads artifacts named wren-cli-linux-<config>.
2026-01-26 11:34:23 +00:00