summaryrefslogtreecommitdiffstats
path: root/deployment
AgeCommit message (Collapse)Author
2021-06-29ci: update pkgbuilds for ARM, fix bugs (#530)Clement Tsang
Fixes some bugs in CI and updates PKGBUILD for ARM.
2021-05-10github: update homebrew install instructionsClementTsang
2021-05-09github: update deployment process for winget filesClementTsang
2021-05-09fix missing quote in homebrew templateClementTsang
2021-03-03other: Add fish completions to homebrew template (#427)Clement Tsang
2020-12-29docs: Mention that root may be needed on macOSClementTsang
2020-12-14Add --no-default-features to PKGBUILD (#355)Clement Tsang
2020-12-10ci: Switch to musl for homebrew linux (#347)Clement Tsang
Move from gnu to musl to avoid glibc issues.
2020-11-26ci: Fix some bugs/typos with the deploy script and components (#329)Clement Tsang
- Fix bug with choco and homebrew using incorrect bash syntax causing broken downloads. Why this didn't fail, idk. - Add tag entry for manual runs to make it easier to deploy/re-run - Fixed some typos - Fixed incorrect string in choco python script
2020-11-22ci: Fix missing CARGO_HUSKY_DONT_INSTALL_HOOKS in pkgbuild templateClementTsang
2020-11-22ci: Fix homebrew deploy template using wrong autocomplete fileClementTsang
2020-11-20ci: [skip travis] Fix typo in completion generation...ClementTsang
2020-09-03other: Windows compilation stuff (#222)Clement Tsang
Some Windows compilation/deploy stuff. Mostly just a catch-all for some chores.
2020-08-31other: Add autocomplete file generation (#213)Clement Tsang
Adds shell completion generation as part of the build, as well as tweaking install scripts/templates/CI to use them.
2020-08-25ci: Update winget template with more detailsClementTsang
2020-08-25ci: Fix winget templateClement Tsang
2020-08-25ci: minor CI fixes for automatic deploys (#202)Clement Tsang
Mainly missing some `cd` lines in AUR builds and clarifying the macOS config location.
2020-08-24ci: Fix missing version number in templateClementTsang
2020-08-23ci: Fix some incorrect behaviour caused by deployment scriptClementTsang
2020-08-23ci: Try to fix broken Windows script again...ClementTsang
2020-08-23ci: Fix another typoClementTsang
2020-08-23ci: Fix broken windows deploy for msi and chocoClementTsang
2020-08-22ci: update PKGBUILD template as per suggestionsClementTsang
2020-08-22ci: fix some bugs...ClementTsang
2020-08-22ci: Add winget template generation (#199)Clement Tsang
Adds winget CI generation.
2020-08-18ci: Automatically build package files on releaseClement Tsang
Automatically builds packages for AUR, chocolatey, and homebrew on release.