mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 23:25:36 +03:00
Try appveyor for MSI (not finished)
This commit is contained in:
parent
ad8d30ce74
commit
74ea971748
3 changed files with 200 additions and 0 deletions
23
appveyor.yml
Normal file
23
appveyor.yml
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue