2017-03-01 14:55:27 +00:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
set -eu
|
|
|
|
|
|
|
|
# Check that the servers build
|
2017-03-21 17:43:13 +00:00
|
|
|
gb build github.com/matrix-org/dendrite/cmd/dendrite-roomserver
|
2017-03-21 17:14:17 +00:00
|
|
|
gb build github.com/matrix-org/dendrite/cmd/roomserver-integration-tests
|
2017-03-01 14:55:27 +00:00
|
|
|
|
|
|
|
# Run the pre commit hooks
|
|
|
|
./hooks/pre-commit
|
|
|
|
|
|
|
|
# Run the integration tests
|
|
|
|
bin/roomserver-integration-tests
|