Files
weave-scope/vendor/github.com/emicklei/go-restful/install.sh
2015-10-24 11:19:50 +01:00

9 lines
227 B
Bash

cd examples
ls *.go | xargs -I {} go build -o /tmp/ignore {}
cd ..
go fmt ...swagger && \
go test -test.v ...swagger && \
go install ...swagger && \
go fmt ...restful && \
go test -test.v ...restful && \
go install ...restful