Quentin Machu 5e7246b0c9 Vendor dependencies
Fix #4
2016-10-12 15:00:05 +02:00

10 lines
250 B
Bash

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