From 7201e443e19b45a2feb24ef470c6380b0859e52f Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 1 Jun 2023 16:22:10 -0500 Subject: build: improve build tooling and add CD 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. --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..35049cb --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[alias] +xtask = "run --package xtask --" -- cgit v1.2.3-70-g09d2