We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571f3ce commit 93d0fa8Copy full SHA for 93d0fa8
appveyor.yml
@@ -17,16 +17,18 @@ environment:
17
matrix:
18
# 32-bit
19
- arch: "386"
20
+ bits: 32
21
22
# 64-bit
23
- arch: "amd64"
24
+ bits: 64
25
26
install:
27
- set PATH=C:\Python37-x64\;%PATH%;%GOPATH%\bin;c:\gin-bundle\git\usr\bin
28
# download latest stable gin-cli-windows-bundle
29
- md c:\gin-bundle
30
- cd c:\gin-bundle
- - ps: Invoke-WebRequest -URI $env:BUNDLEREPO/gin-cli-latest-windows-$env:arch.zip -OutFile "gin-cli-bundle.zip"
31
+ - ps: Invoke-WebRequest -URI $env:BUNDLEREPO/gin-cli-latest-windows$env:bits.zip -OutFile "gin-cli-bundle.zip"
32
- 7z x gin-cli-bundle.zip
33
- git-annex version
34
# go stuff
0 commit comments