mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-08 21:40:28 +00:00
620b901473
* Revert "Revert Wireguard update"
This reverts commit 03a5cce5bb
.
Signed-off-by: R4SAS <r4sas@i2pmail.org>
* [win] update installer build script
Signed-off-by: R4SAS <r4sas@i2pmail.org>
* [appveyor] use golang 1.17.3 for building
Signed-off-by: R4SAS <r4sas@i2pmail.org>
* [appveyor] use golang 1.17.5 for building
Signed-off-by: R4SAS <r4sas@i2pmail.org>
* test script
Signed-off-by: R4SAS <r4sas@i2pmail.org>
* test msi and semver scripts
Signed-off-by: R4SAS <r4sas@i2pmail.org>
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
24 lines
615 B
YAML
24 lines
615 B
YAML
version: '{build}'
|
|
pull_requests:
|
|
do_not_increment_build_number: true
|
|
os: Visual Studio 2019
|
|
shallow_clone: false
|
|
|
|
environment:
|
|
MSYS2_PATH_TYPE: inherit
|
|
CHERE_INVOKING: enabled_from_arguments
|
|
|
|
build_script:
|
|
- cmd: cd %APPVEYOR_BUILD_FOLDER%
|
|
- curl -o C:\projects\golang.zip https://dl.google.com/go/go1.17.5.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 x86"
|
|
|
|
test: off
|
|
|
|
artifacts:
|
|
- path: '*.msi'
|