mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 10:28:12 +00:00
20 lines
157 B
YAML
20 lines
157 B
YAML
|
language: go
|
||
|
|
||
|
arch:
|
||
|
- amd64
|
||
|
- ppc64le
|
||
|
|
||
|
go:
|
||
|
- 1.7.x
|
||
|
- 1.14.x
|
||
|
- 1.15.x
|
||
|
- 1.16.x
|
||
|
- 1.17.x
|
||
|
- tip
|
||
|
|
||
|
install:
|
||
|
- go build .
|
||
|
|
||
|
script:
|
||
|
- go test -v
|