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
2022-03-21 11:39:04 -04:00
image: Visual Studio 2022
2022-03-16 11:13:33 -04:00
configuration: Release
2020-05-21 07:32:38 -04:00
platform: x64
before_build:
- git submodule update --init --recursive
2022-03-21 11:39:04 -04:00
- ps: tools\windows\premake5.exe vs2022
2020-05-21 07:32:38 -04:00
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