mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-10-15 08:13:44 +08:00
21
vendor/github.com/tonistiigi/fsutil/.travis.yml
generated
vendored
Normal file
21
vendor/github.com/tonistiigi/fsutil/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
Reference in New Issue
Block a user