1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-04-03 23:44:29 -05:00

Move binaries to /cmd ()

This commit is contained in:
Kegsay 2017-03-21 17:14:17 +00:00 committed by GitHub
parent a82ccf5b31
commit 83b9cfeb2b
6 changed files with 2 additions and 2 deletions
src/github.com/matrix-org/dendrite/cmd
clientapi
create-room-events
kafka-producer
roomserver-integration-tests
roomserver
travis-test.sh

View file

@ -3,8 +3,8 @@
set -eu set -eu
# Check that the servers build # Check that the servers build
gb build github.com/matrix-org/dendrite/roomserver/roomserver gb build github.com/matrix-org/dendrite/cmd/roomserver
gb build github.com/matrix-org/dendrite/roomserver/roomserver-integration-tests gb build github.com/matrix-org/dendrite/cmd/roomserver-integration-tests
# Run the pre commit hooks # Run the pre commit hooks
./hooks/pre-commit ./hooks/pre-commit