gsc-tool/appveyor.yml

21 lines
477 B
YAML
Raw Normal View History

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