summaryrefslogtreecommitdiffstats
path: root/client/go/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/Makefile')
-rw-r--r--client/go/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index 1d995c7f5bf..ce182b5d653 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -31,6 +31,10 @@ all: test checkfmt install
# Bump the version of the vespa-cli formula and create a pull request to Homebrew repository.
#
+# Homebrew's automated BrewTestBot must do the merge for the bottles to be published. When
+# the PR has been merged check that the merge was done by their bot, and that installing
+# the new version works by running: `brew update && brew install vespa-cli`.
+#
# Example:
#
# $ git checkout vX.Y.Z
@@ -106,6 +110,9 @@ install-all: all manpages
#
install:
+ifdef CI
+ go env
+endif
env GOBIN=$(BIN) $(GOPROXY_OVERRIDE) go install $(GO_FLAGS) ./...
manpages: install