mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent (#903)
* Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent * Adding ower on support to the package as CI removed comment Adding power on support ,Pls merge now
This commit is contained in:
+12
@@ -1,4 +1,7 @@
|
||||
language: go
|
||||
arch:
|
||||
- amd64
|
||||
- ppc64le
|
||||
|
||||
dist: bionic
|
||||
|
||||
@@ -59,3 +62,12 @@ jobs:
|
||||
- 1.15.x
|
||||
script:
|
||||
- go test -race -v ./...
|
||||
- stage: race detector
|
||||
arch: ppc64le
|
||||
os:
|
||||
- linux
|
||||
go:
|
||||
- 1.15.x
|
||||
script:
|
||||
- go test -race -v ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user