mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-10-14 15:53:48 +08:00
22 lines
245 B
YAML
22 lines
245 B
YAML
dist: trusty
|
|
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
language: go
|
|
|
|
go:
|
|
- "1.11.x"
|
|
|
|
|
|
install:
|
|
- export GO111MODULE=on
|
|
|
|
script:
|
|
- go build ./...
|
|
- go test -c -o test ./
|
|
- sudo ./test -test.v
|
|
- go test -c -o test ./copy
|
|
- sudo ./test -test.v
|