gsc-tool/appveyor.yml

21 lines
477 B
YAML
Raw Normal View History

2020-05-21 07:32:38 -04:00
version: 1.0.{build}
skip_tags: true
image: Visual Studio 2019
configuration: release
platform: x64
before_build:
- git submodule update --init --recursive
- ps: tools\windows\premake5.exe vs2019
build:
project: build/gsc-tool.sln
verbosity: minimal
2021-12-25 14:10:30 -05:00
test: false
2020-05-21 07:32:38 -04:00
artifacts:
- path: build/bin/release/gsc-tool.exe
deploy:
- provider: GitHub
auth_token:
2021-06-24 07:14:20 -04:00
secure: VTY5eMFd/IOYDIZQeMM0J0uYss+wmTwreE+Hi0lXAQABQ/4igmCvqCFZ5DsrWhY/
2020-05-21 07:32:38 -04:00
on:
branch: prod