Add Power Support ppc64le

This commit is contained in:
nagesh4193 2020-10-29 14:01:53 +05:30 committed by Nageswara Rao Kollepalli
parent 2972be24d4
commit da14799877
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
language: go
go:
- 1.x
matrix:
include:
- go: 1.x
- arch: ppc64le
go: 1.x
script:
- GOOS=linux go install github.com/chzyer/readline/example/...
- go test -race -v
script:
- GOOS=windows go install github.com/chzyer/readline/example/...
- GOOS=linux go install github.com/chzyer/readline/example/...