mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 18:11:21 +02:00
omg I've forgotten how to shell.
This commit is contained in:
parent
9d842b4b03
commit
6bb7a1413d
@ -22,9 +22,9 @@ script:
|
|||||||
# Try to build on all architectures.
|
# Try to build on all architectures.
|
||||||
- go install ./cmd/pixiecore
|
- go install ./cmd/pixiecore
|
||||||
# Only do testing and things that requires stuff to be executable on amd64.
|
# Only do testing and things that requires stuff to be executable on amd64.
|
||||||
- "if [ \"$GOARCH\" = \"amd64\" ]; then go test $(glide novendor); end"
|
- "if [ \"$GOARCH\" = \"amd64\" ]; then go test $(glide novendor); fi"
|
||||||
- "if [ \"$GOARCH\" = \"amd64\" ]; then go vet $(glide novendor); end"
|
- "if [ \"$GOARCH\" = \"amd64\" ]; then go vet $(glide novendor); fi"
|
||||||
- "if [ \"$GOARCH\" = \"amd64\" ]; then glide novendor | xargs -n1 golint; end"
|
- "if [ \"$GOARCH\" = \"amd64\" ]; then glide novendor | xargs -n1 golint; fi"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user