aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/build.sh
blob: 9edc5df4002d2bd481b0289294347ed46b82c5ce (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 GOPATH=`pwd`
cd "$GOPATH/src/"
go test ./...
go install