dendrite/travis-test.sh
2017-02-28 18:56:13 +00:00

14 lines
318 B
Bash
Executable file

#! /bin/bash
set -eu
# Check that the servers build
gb build github.com/matrix-org/dendrite/roomserver/roomserver
gb build github.com/matrix-org/dendrite/roomserver/roomserver-integration-tests
# Run the pre commit hooks
./hooks/pre-commit
# Run the integration tests
${DEBUG:=""} bin/roomserver-integration-tests