Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
426 B
39 lines
426 B
language: go |
|
|
|
go: |
|
- 1.2.x |
|
- 1.6.x |
|
- 1.9.x |
|
- 1.10.x |
|
- 1.11.x |
|
- 1.12.x |
|
- 1.14.x |
|
- tip |
|
|
|
os: |
|
- linux |
|
|
|
arch: |
|
- amd64 |
|
|
|
dist: xenial |
|
|
|
env: |
|
- GOARCH=amd64 |
|
|
|
jobs: |
|
include: |
|
- os: windows |
|
go: 1.14.x |
|
- os: osx |
|
go: 1.14.x |
|
- os: linux |
|
go: 1.14.x |
|
arch: arm64 |
|
- os: linux |
|
go: 1.14.x |
|
env: |
|
- GOARCH=386 |
|
|
|
script: |
|
- go test -v -cover ./... || go test -v ./...
|
|
|