File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,18 @@ environment:
38
38
PATH : C:\msys64\mingw64\bin\;C:\Program Files (x86)\NSIS\;%PATH%
39
39
40
40
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
47
47
- ps : iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1'))
48
48
- 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 .
51
53
52
54
before_build :
53
55
- cmd : setx COMMIT_TIMESTAMP "%EQUINOX_CHANNEL%" /M
You can’t perform that action at this time.
0 commit comments