Skip to content
Snippets Groups Projects
build.sh 438 B
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.

mkdir -p bin
Spencer Brown's avatar
Spencer Brown committed
pushd bin
go build gitlab.com/elixxir/client
go build -o udb gitlab.com/elixxir/user-discovery-bot
go build -o permissioning gitlab.com/elixxir/registration
Spencer Brown's avatar
Spencer Brown committed
go build gitlab.com/elixxir/gateway
go build gitlab.com/elixxir/server