mirror of
https://github.com/Luzifer/duplicity-backup.git
synced 2024-11-10 16:10:09 +00:00
13 lines
188 B
YAML
13 lines
188 B
YAML
|
clone_folder: c:\gopath\src\github.com\nightlyone\lockfile
|
||
|
|
||
|
environment:
|
||
|
GOPATH: c:\gopath
|
||
|
|
||
|
install:
|
||
|
- go version
|
||
|
- go env
|
||
|
- go get -v -t ./...
|
||
|
|
||
|
build_script:
|
||
|
- go test -v ./...
|