1
0
mirror of synced 2024-11-14 23:07:36 +01:00
OpenParrot/appveyor.yml
Nico Giansanti 37a8406221 test4
2019-03-31 01:47:34 +02:00

22 lines
533 B
YAML

version: 1.0.{build}
image: Visual Studio 2017
configuration: Release
platform:
- x64
- Win32
before_build:
- cmd: premake5.exe vs2017
build:
project: OpenParrot.sln
verbosity: minimal
artifacts:
- path: build\bin\release\
name: OpenParrot$(platform)
deploy:
- provider: GitHub
tag: OpenParrot$(platform)
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
auth_token:
secure: a2B+6mDTHuBa0fw8nm739eGJIZBcZp0IenhKvvXvreLR6ZUoHg9pflMP8ahNUK6o
repository: teknogods/OpenParrot
artifact: build\bin\OpenParrot$(platform).zip