mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-08 07:23:10 -06:00
fix comment
This commit is contained in:
parent
93279584fd
commit
84643869ee
|
|
@ -9,7 +9,7 @@ gocyclo -over 12 src/
|
|||
gb test
|
||||
|
||||
# Check that all the packages can build.
|
||||
# When go build is given multiple packages it won't output anything, and just
|
||||
# checks that everything build. This seems to do a better job of handling
|
||||
# When `go build` is given multiple packages it won't output anything, and just
|
||||
# checks that everything builds. This seems to do a better job of handling
|
||||
# missing imports than `gb build` does.
|
||||
GOPATH=$(pwd):$(pwd)/vendor go build github.com/matrix-org/dendrite/cmd/...
|
||||
|
|
|
|||
Loading…
Reference in a new issue