Always try to build continuserv & speculator on jenkins
This commit is contained in:
parent
c432396079
commit
6a6cbd9d24
1 changed files with 8 additions and 4 deletions
|
@ -8,7 +8,11 @@ set -ex
|
||||||
(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
|
: ${GOPATH:=${WORKSPACE}/.gopath}
|
||||||
|
mkdir -p "${GOPATH}"
|
||||||
|
export GOPATH
|
||||||
|
go get github.com/hashicorp/golang-lru
|
||||||
|
go get gopkg.in/fsnotify.v1
|
||||||
|
|
||||||
(cd scripts/continuserv && go build)
|
(cd scripts/continuserv && go build)
|
||||||
(cd scripts/speculator && go build)
|
(cd scripts/speculator && go build)
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue