bf51655a7b
Signed-off-by: Jacek J. Łakis <jacek.lakis@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
10 lines
No EOL
250 B
Bash
10 lines
No EOL
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 .. |