2015-08-18 21:07:24 +00:00
|
|
|
clone_folder: c:\gopath\src\github.com\restic\restic
|
|
|
|
|
|
|
|
environment:
|
2015-08-18 21:19:42 +00:00
|
|
|
GOPATH: c:\gopath;c:\gopath\src\github.com\restic\restic\Godeps\_workspace
|
2015-08-18 21:07:24 +00:00
|
|
|
|
|
|
|
install:
|
|
|
|
- go version
|
|
|
|
- go env
|
2015-08-19 19:00:11 +00:00
|
|
|
- appveyor DownloadFile http://downloads.sourceforge.net/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip
|
|
|
|
- 7z x tar.zip bin/tar.exe
|
|
|
|
- set PATH=bin/;%PATH%
|
2015-08-18 21:07:24 +00:00
|
|
|
|
|
|
|
build_script:
|
2015-08-19 18:45:54 +00:00
|
|
|
- go run run_integration_tests.go
|