Commit Graph

2 Commits

Author SHA1 Message Date
Grok
27a4a0fc4d fix: update install scripts to use correct gralculator repo name in GITEA_BASE URLs
Some checks failed
CI / Test (push) Successful in 37s
CI / Lint (push) Failing after 28s
CI / Build (push) Has been skipped
All references now consistently use 'gralculator' for the project:
- local folder: apps/gralculator
- binary: gralculator
- remote repo: gmgauthier/gralculator (renamed via tea)
- scripts and workflows updated
2026-06-06 15:35:04 +01:00
Grok
428acea198 ci: add ci-build.sh, install scripts, and lint job
- ci-build.sh for parity with gostations (Linux Build step in workflow)
- scripts/gralculator-install.sh and .ps1 modeled directly on gostations (platform detection, download, checksum verify with sha256sum/shasum, extract, install to ~/.local/bin, versioned)
- Updated build.yml: Linux Build now calls ./ci-build.sh; added lint job (golangci-lint-action@v7 v2.1.6 like grokkit) after test, build now needs [test, lint]
- release.yml already prepared to include the scripts if present
- All modeled closely on gostations/grokkit for consistency
2026-06-06 15:30:50 +01:00