Merge pull request #112 from alicefr/enable-travis-s390x

s390x: add s390x travis support
This commit is contained in:
Mark Ryan
2019-12-18 08:42:39 +01:00
committed by GitHub
5 changed files with 7 additions and 6 deletions

View File

@@ -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 ./...

View File

@@ -1,4 +1,4 @@
// +build !s390x,!s390x_test
// +build !s390x
/*
// Copyright contributors to the Virtual Machine Manager for Go project

View File

@@ -1,4 +1,4 @@
// +build !s390x,!s390x_test
// +build !s390x
/*
// Copyright contributors to the Virtual Machine Manager for Go project

View File

@@ -1,4 +1,4 @@
// +build s390x s390x_test
// +build s390x
/*
// Copyright contributors to the Virtual Machine Manager for Go project

View File

@@ -1,4 +1,4 @@
// +build s390x s390x_test
// +build s390x
/*
// Copyright contributors to the Virtual Machine Manager for Go project