0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-01 10:48:26 +02:00

Move binaries to /cmd (#46)

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

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