Newer
Older
#!/bin/bash
# This intended for manually running the integration tests on your own machine
# and assumes that you've cloned the Go repos to your GOPATH and updated them
# with Glide.
build() {
#go generate cmd/version.go
go build
}
mv $GOPATH/src/gitlab.com/elixxir/channelbot/channelbot bin
pushd $GOPATH/src/$UDBPATH
popd
go build -o udb $UDBPATH
mv ./udb bin
mv $GOPATH/src/gitlab.com/elixxir/gateway/gateway bin