mirror of
https://github.com/Luzifer/duplicity-backup.git
synced 2024-11-12 17:02:48 +00:00
12 lines
188 B
YAML
12 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 ./...
|