Files
ViGEmBus/appveyor.yml
Benjamin Höglinger-Stelzer 8601e6a299 Corrected build configuration name
2018-08-25 22:35:30 +02:00

9 lines
191 B
YAML

version: 1.16.{build}.0
image: Visual Studio 2017
build_script:
- ps: .\build.ps1 -configuration Release_DLL
deploy:
- provider: Environment
name: BUILDBOT
on:
appveyor_repo_tag: true