mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-05-06 17:27:16 +00:00
9 lines
227 B
Bash
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 |