mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
Verify govmm builds on s390x
This commit adds a single command to the travis script that checks that the s390x build works. We can't run the unit tests but at least we can check that everything builds on this architecture. Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
This commit is contained in:
parent
dddf0f08ea
commit
5ea6da1448
@ -20,3 +20,4 @@ script:
|
|||||||
- go env
|
- go env
|
||||||
- $GOPATH/bin/goveralls -v -service=travis-ci
|
- $GOPATH/bin/goveralls -v -service=travis-ci
|
||||||
- gometalinter --tests --vendor --disable-all --enable=misspell --enable=vet --enable=ineffassign --enable=gofmt --enable=gocyclo --cyclo-over=15 --enable=golint --enable=errcheck --enable=deadcode --enable=staticcheck -enable=gas ./...
|
- gometalinter --tests --vendor --disable-all --enable=misspell --enable=vet --enable=ineffassign --enable=gofmt --enable=gocyclo --cyclo-over=15 --enable=golint --enable=errcheck --enable=deadcode --enable=staticcheck -enable=gas ./...
|
||||||
|
- GOARCH=s390x go install ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user