mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-10 07:20:39 +03:00
e1b0d0f20c
* Try appveyor for MSI (not finished) * build-msi.sh * Don't shallow clone * Don't set clone depth * Build Yggdrasil for each arch * Try to get rest of branches * Allow upgrades (hopefully) * Try using MajorUpgrade * AllowDowngrades * Try harder to build x86 :-) * Bugfix * Bugfix * AllowSameVersionUpgrades * AllowSameVersionUpgrades * Generate new GUID for each build (might fix upgrades)
24 lines
490 B
YAML
24 lines
490 B
YAML
version: '{build}'
|
|
pull_requests:
|
|
do_not_increment_build_number: true
|
|
os: Visual Studio 2017
|
|
shallow_clone: false
|
|
|
|
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 "./contrib/msi/build-msi.sh x64"
|
|
- c:\msys64\usr\bin\bash -lc "./contrib/msi/build-msi.sh x86"
|
|
|
|
test: off
|
|
|
|
artifacts:
|
|
- path: '*.msi'
|