Try appveyor for MSI (not finished)

This commit is contained in:
Neil Alexander 2019-11-27 19:53:23 +00:00
parent ad8d30ce74
commit 74ea971748
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 200 additions and 0 deletions

23
appveyor.yml Normal file
View file

@ -0,0 +1,23 @@
version: '{build}'
pull_requests:
do_not_increment_build_number: true
os: Visual Studio 2017
shallow_clone: true
clone_depth: 1
environment:
MSYS2_PATH_TYPE: inherit
CHERE_INVOKING: enabled_from_arguments
install:
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -S curl unzip"
build_script:
- cmd: >-
cd \projects\yggdrasil-go
- c:\msys64\usr\bin\bash -lc "./build.bat"
test: off
artifacts:
- path: 'yggdrasil-*.msi'