dendrite/travis-test.sh
2017-03-21 17:14:17 +00:00

14 lines
291 B
Bash
Executable file

#! /bin/bash
set -eu
# Check that the servers build
gb build github.com/matrix-org/dendrite/cmd/roomserver
gb build github.com/matrix-org/dendrite/cmd/roomserver-integration-tests
# Run the pre commit hooks
./hooks/pre-commit
# Run the integration tests
bin/roomserver-integration-tests