10 Commits

Author SHA1 Message Date
njohnson
b046d12c09 Disable CI workflow, keep only tag-triggered releases
Some checks failed
Release / build-macos (push) Failing after 41s
Release / build-linux (push) Failing after 1m17s
Release / build-windows (push) Failing after 1m17s
Release / deploy (push) Has been skipped
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 18:44:51 -05:00
njohnson
c69b95e1ce Speed up Windows CI: use all CPU cores for jom
Some checks failed
CI Build / build-macos (push) Successful in 27s
CI Build / build-ubuntu (push) Has been cancelled
CI Build / build-windows (push) Failing after 17m17s
Changed from -j 1 to -j %NUMBER_OF_PROCESSORS%

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 16:33:03 -05:00
njohnson
9fec6729fc Fix Ubuntu CI: ignore apt-get update failures from third-party repos
Some checks failed
CI Build / build-macos (push) Successful in 28s
CI Build / build-ubuntu (push) Failing after 1m8s
CI Build / build-windows (push) Successful in 7m54s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 16:25:22 -05:00
njohnson
9a8170f1d8 Fix Ubuntu CI: handle root/container environments without sudo
Some checks failed
CI Build / build-ubuntu (push) Failing after 5s
CI Build / build-macos (push) Successful in 26s
CI Build / build-windows (push) Successful in 8m49s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 16:23:44 -05:00
njohnson
783b6ee73f Add Ubuntu build job to CI pipeline
Some checks failed
CI Build / build-macos (push) Successful in 26s
CI Build / build-ubuntu (push) Failing after 3s
CI Build / build-windows (push) Successful in 8m34s
Adds linux-g++ build with:
- System dependencies: build-essential, libgl1-mesa-dev, zlib1g-dev
- Searches common Qt installation paths for gcc_64

Requires an Ubuntu runner with label "ubuntu" and Qt installed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 15:14:24 -05:00
njohnson
ebee591530 Fix CI: use Qt 6.10.1 paths inline
Some checks failed
CI Build / build-macos (push) Failing after 10s
CI Build / build-windows (push) Failing after 13m2s
2026-01-13 14:19:50 -05:00
njohnson
03364418b0 Auto-detect Qt version on macOS
Some checks failed
CI Build / build-macos (push) Failing after 3s
CI Build / build-windows (push) Failing after 17s
2026-01-13 14:10:24 -05:00
njohnson
5a8eff078d Add macOS build to CI pipeline
Some checks failed
CI Build / build-macos (push) Failing after 15s
CI Build / build-windows (push) Failing after 53s
2026-01-13 13:57:26 -05:00
njohnson
77e3ac2ff1 Fix runner label to match 'windows'
Some checks failed
CI Build / build (push) Has been cancelled
2026-01-13 12:50:44 -05:00
njohnson
e1604ffe92 Add Gitea Actions CI/CD workflows
Some checks failed
CI Build / build (push) Has been cancelled
- ci.yml: Build on every push (for testing)
- release.yml: Full release pipeline on version tags

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 12:43:53 -05:00