mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
12 lines
219 B
YAML
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 |