Skip to content
Snippets Groups Projects
Commit 368cca2c authored by Rick Carback's avatar Rick Carback
Browse files

Clean up scripts and update golds

parent 2cf6d7fa
Branches
No related tags found
No related merge requests found
Received: Hello, 18, with E2E Encryption Received: Hello, 18, with E2E Encryption
Sending Message to 9, Spencer: Hello, 9, with E2E Encryption
Received: Hello, 9, with E2E Encryption Received: Hello, 9, with E2E Encryption
Sending Message to 18, Bernardo: Hello, 18, with E2E Encryption
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
# and assumes that you've cloned the Go repos to your GOPATH and updated them # and assumes that you've cloned the Go repos to your GOPATH and updated them
# with Glide. # with Glide.
set -x
mkdir -p bin mkdir -p bin
pushd bin pushd bin
go build gitlab.com/elixxir/client go build gitlab.com/elixxir/client
......
...@@ -3,59 +3,18 @@ ...@@ -3,59 +3,18 @@
# This intended for updating the tested repos and their dependencies to the # This intended for updating the tested repos and their dependencies to the
# latest versions before running the integration test. # latest versions before running the integration test.
git pull
rm -fr ~/.glide
update() { update() {
git stash git stash
git clean -ffdx git clean -ffdx
git checkout master git checkout master
git pull git pull
glide cc glide cc && glide up
glide up
} }
for DIR in client server gateway user-discovery-bot registration; do
echo $DIR
pushd $GOPATH/src/gitlab.com/elixxir/client pushd $GOPATH/src/gitlab.com/elixxir/client
update update
popd
pushd $GOPATH/src/gitlab.com/elixxir/server
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/channelbot
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/user-discovery-bot
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/gateway
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/comms
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/crypto
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/client-consoleUI
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/primitives
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/registration
update
popd
pushd ..
go test ./... go test ./...
popd popd
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment