mirror of
https://github.com/valyala/bytebufferpool.git
synced 2026-06-20 14:27:15 +03:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18533face0 | |||
| 63d343e1f9 | |||
| cdfbe93774 |
+25
-9
@@ -1,15 +1,31 @@
|
|||||||
language: go
|
language: go
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
- ppc64le
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
- windows
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.6
|
- 1.15.x
|
||||||
|
- 1.14.x
|
||||||
|
- 1.13.x
|
||||||
|
- 1.12.x
|
||||||
|
- tip
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# build test for supported platforms
|
- go test -v -cover -race ./...
|
||||||
- GOOS=linux go build
|
|
||||||
- GOOS=darwin go build
|
|
||||||
- GOOS=freebsd go build
|
|
||||||
- GOOS=windows go build
|
|
||||||
- GOARCH=386 go build
|
|
||||||
|
|
||||||
# run tests on a standard platform
|
jobs:
|
||||||
- go test -v ./...
|
allow_failures:
|
||||||
|
- go: tip
|
||||||
|
|
||||||
|
include:
|
||||||
|
- stage: cross compilation
|
||||||
|
script:
|
||||||
|
- GOOS=linux go build
|
||||||
|
- GOOS=darwin go build
|
||||||
|
- GOOS=freebsd go build
|
||||||
|
- GOOS=windows go build
|
||||||
|
- GOARCH=386 go build
|
||||||
|
|||||||
Reference in New Issue
Block a user