summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f0dbcd..1f9c176 100644
--- a/Makefile
+++ b/Makefile
@@ -89,10 +89,15 @@ list-release-notdone:
curl --silent http://localhost:9419/releaseList?readonly=true
safe-build: install
- forge list --private
+ # forge list --private
wit-test install --verbose
# cd ~/go/src/go.wit.com/lib/xgb/ && time GUIRELEASE_REASON="safe-build" guireleaser --gui gocui --gui-verbose --gui-file ../../toolkits/gocui/gocui.so >/tmp/forge.log 2>&1
rm -f go.* ; git checkout go.mod ; cd ~/go/src/go.wit.com/lib/xgb/ && time GUIRELEASE_REASON="safe-build" guireleaser --gui andlabs
+build-quick: install
+ wit-test install --verbose
+ rm -f go.* ; git checkout go.mod ; cd ~/go/src/go.wit.com/lib/xgb/ && time GUIRELEASE_REASON="safe-build" guireleaser --gui andlabs quick
+ sudo "wit update"
+
autocomplete:
guireleaser --bash > ~/.local/share/bash-completion/completions/guireleaser