5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-09 02:20:27 +00:00
yggdrasil-go/appveyor.yml

24 lines
615 B
YAML
Raw Normal View History

version: '{build}'
pull_requests:
do_not_increment_build_number: true
2021-06-13 10:28:41 +00:00
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'