mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
[appveyor] use golang 1.17.3 for building
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
3cf4900e91
commit
ff7bd714ff
1 changed files with 5 additions and 2 deletions
|
@ -9,8 +9,11 @@ environment:
|
||||||
CHERE_INVOKING: enabled_from_arguments
|
CHERE_INVOKING: enabled_from_arguments
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: >-
|
- cmd: cd %APPVEYOR_BUILD_FOLDER%
|
||||||
cd %APPVEYOR_BUILD_FOLDER%
|
- curl -o C:\projects\golang.zip https://dl.google.com/go/go1.17.3.windows-amd64.zip
|
||||||
|
- 7z x C:\projects\golang.zip -oC:\projects\
|
||||||
|
- cmd: set PATH=C:\projects\go\bin;%PATH%
|
||||||
|
- cmd: set GOROOT=C:\projects\go
|
||||||
- c:\msys64\usr\bin\bash -lc "./contrib/msi/build-msi.sh x64"
|
- c:\msys64\usr\bin\bash -lc "./contrib/msi/build-msi.sh x64"
|
||||||
- c:\msys64\usr\bin\bash -lc "./contrib/msi/build-msi.sh x86"
|
- c:\msys64\usr\bin\bash -lc "./contrib/msi/build-msi.sh x86"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue