mirror of
https://github.com/restic/restic.git
synced 2025-03-15 10:20:59 +00:00
Add appveyor config
This commit is contained in:
parent
90d1414331
commit
f2dbdcb9e8
14
appveyor.yml
Normal file
14
appveyor.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
clone_folder: c:\gopath\src\github.com\restic\restic
|
||||||
|
|
||||||
|
environment:
|
||||||
|
GOPATH: c:\gopath
|
||||||
|
|
||||||
|
install:
|
||||||
|
- echo %PATH%
|
||||||
|
- echo %GOPATH%
|
||||||
|
- go version
|
||||||
|
- go env
|
||||||
|
- go get -v -t ./...
|
||||||
|
|
||||||
|
build_script:
|
||||||
|
- go test -v
|
Loading…
x
Reference in New Issue
Block a user