Skip to content

Commit 3ca5c00

Browse files
committed
Update appveyor.yml
1 parent c4f1767 commit 3ca5c00

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

appveyor.yml

+10-8
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,18 @@ environment:
3838
PATH: C:\msys64\mingw64\bin\;C:\Program Files (x86)\NSIS\;%PATH%
3939

4040
install:
41-
- git submodule update --init
42-
- rmdir C:\go /s /q
43-
- appveyor DownloadFile https://dl.google.com/go/go1.13.8.windows-%GETH_ARCH%.zip
44-
- 7z x go1.13.8.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
45-
- go version
46-
- gcc --version
41+
- cmd: git submodule update --init
42+
- cmd: rmdir C:\go /s /q
43+
- cmd: appveyor DownloadFile https://dl.google.com/go/go1.13.8.windows-%GETH_ARCH%.zip
44+
- cmd: 7z x go1.13.8.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
45+
- cmd: go version
46+
- cmd: gcc --version
4747
- ps: iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1'))
4848
- cmd: appveyor-tools\secure-file -decrypt equinox.key.enc -secret %equinox_key_secret% -salt %equinox_key_salt%
49-
- ps: Invoke-WebRequest -Uri "https://bin.equinox.io/c/mBWdkfai63v/release-tool-stable-windows-amd64.zip" -OutFile release-tool-stable-windows-amd64.zip
50-
- ps: Expand-Archive -Path release-tool-stable-windows-amd64.zip -DestinationPath .
49+
- cmd: appveyor DownloadFile https://bin.equinox.io/c/mBWdkfai63v/release-tool-stable-windows-%GETH_ARCH%.zip
50+
- cmd: 7z x release-tool-stable-windows-%GETH_ARCH%.zip -y -o. > NUL
51+
# - ps: Invoke-WebRequest -Uri "https://bin.equinox.io/c/mBWdkfai63v/release-tool-stable-windows-amd64.zip" -OutFile release-tool-stable-windows-amd64.zip
52+
# - ps: Expand-Archive -Path release-tool-stable-windows-amd64.zip -DestinationPath .
5153

5254
before_build:
5355
- cmd: setx COMMIT_TIMESTAMP "%EQUINOX_CHANNEL%" /M

0 commit comments

Comments
 (0)