mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 15:15:07 +03:00
23 lines
433 B
YAML
23 lines
433 B
YAML
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'
|