mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
s390x: add s390x travis support
Since we have travis support for s390x. Let's enable it Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
This commit is contained in:
parent
8cba5a8e5f
commit
6d6b2d8892
@ -4,6 +4,9 @@ go:
|
||||
- "1.10"
|
||||
- "1.11"
|
||||
- tip
|
||||
arch:
|
||||
- amd64
|
||||
- s390x
|
||||
|
||||
go_import_path: github.com/intel/govmm
|
||||
|
||||
@ -20,5 +23,3 @@ script:
|
||||
- go env
|
||||
- $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 ./...
|
||||
- GOARCH=s390x go install ./...
|
||||
- go test --tags s390x_test ./...
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !s390x,!s390x_test
|
||||
// +build !s390x
|
||||
|
||||
/*
|
||||
// Copyright contributors to the Virtual Machine Manager for Go project
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !s390x,!s390x_test
|
||||
// +build !s390x
|
||||
|
||||
/*
|
||||
// Copyright contributors to the Virtual Machine Manager for Go project
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build s390x s390x_test
|
||||
// +build s390x
|
||||
|
||||
/*
|
||||
// Copyright contributors to the Virtual Machine Manager for Go project
|
@ -1,4 +1,4 @@
|
||||
// +build s390x s390x_test
|
||||
// +build s390x
|
||||
|
||||
/*
|
||||
// Copyright contributors to the Virtual Machine Manager for Go project
|
Loading…
Reference in New Issue
Block a user