diff options
| author | Jeff Carr <[email protected]> | 2025-09-05 01:24:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-05 01:24:25 -0500 |
| commit | 515f862f19dbe5dd40bcad8f32940dbab27fa3a6 (patch) | |
| tree | c1561a79d04df0f30be48c349c8add23f56f836f /Makefile | |
| parent | 27b10fdc731ab3d421c93b1639e5172521f106b8 (diff) | |
patch stuffv0.23.102
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
