Files
ViGEmBus/appveyor.yml
Benjamin Höglinger-Stelzer 6e597da2d2 Added lib files as build artifacts
2019-08-27 15:15:05 -04:00

12 lines
219 B
YAML

version: 1.16.{build}.0
image: Visual Studio 2017
build_script:
- ps: .\build.ps1
artifacts:
- path: 'bin**\*.lib'
- path: 'bin**\*.dll'
deploy:
- provider: Environment
name: BUILDBOT
on:
appveyor_repo_tag: true