0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-04 12:08:40 +02:00
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