aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/build.sh
blob: 6d9416e89508c77d69aac0f56e4684441922bf64 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

# Execute from this directory to build the command-line client to bin/vespa
export GOBIN=`pwd`/bin
go test ./...
go install