mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-18 14:52:18 +08:00
Adding ppc64le architecture support on travis-ci
This commit is contained in:
parent
7e444c6f59
commit
afe25c0553
28
.travis.yml
28
.travis.yml
@ -20,6 +20,34 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- TESTTAGS=nomsgpack
|
- TESTTAGS=nomsgpack
|
||||||
- go: master
|
- go: master
|
||||||
|
# Adding ppc64le jobs
|
||||||
|
- go: 1.11.x
|
||||||
|
arch: ppc64le
|
||||||
|
env: GO111MODULE=on
|
||||||
|
- go: 1.12.x
|
||||||
|
arch: ppc64le
|
||||||
|
env: GO111MODULE=on
|
||||||
|
- go: 1.13.x
|
||||||
|
arch: ppc64le
|
||||||
|
- go: 1.13.x
|
||||||
|
arch: ppc64le
|
||||||
|
env:
|
||||||
|
- TESTTAGS=nomsgpack
|
||||||
|
- go: 1.14.x
|
||||||
|
arch: ppc64le
|
||||||
|
- go: 1.14.x
|
||||||
|
arch: ppc64le
|
||||||
|
env:
|
||||||
|
- TESTTAGS=nomsgpack
|
||||||
|
- go: 1.15.x
|
||||||
|
arch: ppc64le
|
||||||
|
- go: 1.15.x
|
||||||
|
arch: ppc64le
|
||||||
|
env:
|
||||||
|
- TESTTAGS=nomsgpack
|
||||||
|
- go: master
|
||||||
|
arch: ppc64le
|
||||||
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user