dendrite/travis-test.sh

14 lines
301 B
Bash
Raw Normal View History

#! /bin/bash
set -eu
# Check that the servers build
gb build github.com/matrix-org/dendrite/cmd/dendrite-room-server
2017-03-21 17:14:17 +00:00
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