mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-03-12 05:25:23 -07:00
35 lines
708 B
YAML
35 lines
708 B
YAML
image: 'Visual Studio 2017'
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- /^v\d.*$/
|
|
- /^deploy-test(-.*)?$/
|
|
|
|
configuration:
|
|
- Release
|
|
|
|
install:
|
|
- git submodule update --init --recursive
|
|
|
|
build_script:
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
|
|
- C:\msys64\usr\bin\bash -lc "cd \"%APPVEYOR_BUILD_FOLDER%\" && scripts/appveyor.sh"
|
|
|
|
artifacts:
|
|
- path: Chiaki
|
|
name: Chiaki
|
|
- path: Chiaki-PDB
|
|
name: Chiaki-PDB
|
|
|
|
deploy:
|
|
description: 'Chiaki Binaries'
|
|
provider: GitHub
|
|
draft: true
|
|
auth_token:
|
|
secure: Amvzm3PMM5nv+iFsqaU7TZ9fgyYt/YIrOLV0QMiCyOoUlLRIaiYxWiJ7maTpxhZ9
|
|
artifact: "Chiaki"
|
|
on:
|
|
appveyor_repo_tag: true
|
|
|