Move binaries to /cmd (#46)
parent
a82ccf5b31
commit
83b9cfeb2b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue