summaryrefslogtreecommitdiffstats
path: root/xtask/src/main.rs
AgeCommit message (Collapse)Author
2023-07-08build: simplify releaseToby Vincent
2023-07-08build: add xtask version commandToby Vincent
2023-07-08build: reorganize xtask crateToby Vincent
2023-07-08build: simplify `xtask dist` and add --checkToby Vincent
2023-06-03build: add xtask release commandToby Vincent
2023-06-01build: improve xtask cli structureToby Vincent
2023-06-01build: improve build tooling and add CDToby Vincent
Implement a xtask pattern tool for packaging into distributable. Add build script to generate completion scripts and man page. Improve PKGBUILDs and CI to use new tooling and upload artifact to tag after successful CI build. Make minor changes in cli config to facilitate the new build.rs script.