Commit Graph

3 Commits

Author SHA1 Message Date
fe1f129349 chore: switch ci artifact upload action to gitea-compatible fork
The upload-artifact action was changed from the upstream GitHub version to
christopherhx/gitea-upload-artifact@v4 to ensure compatibility with the
Gitea CI runner environment.
2026-01-26 12:04:43 +00:00
0091167fff ci: remove debug build matrix from linux CI workflow and hardcode release config 2026-01-26 12:01:58 +00:00
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