forked from TrueCloudLab/restic
Update Appveyor configuration
This commit is contained in:
parent
c51889c157
commit
9bda164ed3
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
clone_folder: c:\gopath\src\github.com\restic\restic
|
clone_folder: c:\restic
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
GOPATH: c:\gopath;c:\gopath\src\github.com\restic\restic\Godeps\_workspace
|
GOPATH: c:\gopath
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
|
@ -13,8 +13,8 @@ init:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- rmdir c:\go /s /q
|
- rmdir c:\go /s /q
|
||||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.5.3.windows-amd64.msi
|
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.6.windows-amd64.msi
|
||||||
- msiexec /i go1.5.3.windows-amd64.msi /q
|
- msiexec /i go1.6.windows-amd64.msi /q
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
- appveyor DownloadFile http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip
|
- appveyor DownloadFile http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip
|
||||||
|
|
Loading…
Reference in a new issue