build-msi.sh

This commit is contained in:
Neil Alexander 2019-11-27 23:32:59 +00:00
parent 74ea971748
commit e8e224b4f2
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
4 changed files with 189 additions and 179 deletions

View file

@ -15,9 +15,10 @@ install:
build_script:
- cmd: >-
cd \projects\yggdrasil-go
- c:\msys64\usr\bin\bash -lc "./build.bat"
- 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: 'yggdrasil-*.msi'
- path: '*.msi'