mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-22 05:53:42 +01:00
Try to build continuserv and speculator
This commit is contained in:
parent
9ad64b02d1
commit
757b0bcd12
|
|
@ -7,3 +7,8 @@ set -ex
|
||||||
(cd scripts && ./gendoc.py -v)
|
(cd scripts && ./gendoc.py -v)
|
||||||
(cd api && npm install && node validator.js -s "client-server/v1" && node validator.js -s "client-server/v2_alpha")
|
(cd api && npm install && node validator.js -s "client-server/v1" && node validator.js -s "client-server/v2_alpha")
|
||||||
(cd event-schemas/ && ./check.sh)
|
(cd event-schemas/ && ./check.sh)
|
||||||
|
|
||||||
|
if which go >/dev/null 2>/dev/null; then
|
||||||
|
(cd scripts/continuserv && go build)
|
||||||
|
(cd scripts/speculator && go build)
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue