Always try to build continuserv & speculator on jenkins

pull/977/head
Daniel Wagner-Hall 9 years ago
parent c432396079
commit 6a6cbd9d24

@ -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 event-schemas/ && ./check.sh)
if which go >/dev/null 2>/dev/null; then
(cd scripts/continuserv && go build)
(cd scripts/speculator && go build)
fi
: ${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/speculator && go build)

Loading…
Cancel
Save