21 lines
477 B
YAML
21 lines
477 B
YAML
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
|
|
test: false
|
|
artifacts:
|
|
- path: build/bin/release/gsc-tool.exe
|
|
deploy:
|
|
- provider: GitHub
|
|
auth_token:
|
|
secure: VTY5eMFd/IOYDIZQeMM0J0uYss+wmTwreE+Hi0lXAQABQ/4igmCvqCFZ5DsrWhY/
|
|
on:
|
|
branch: prod
|