mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Added artifacts
This commit is contained in:
10
appveyor.yml
10
appveyor.yml
@@ -1,4 +1,12 @@
|
||||
version: 1.15.{build}
|
||||
image: Visual Studio 2017
|
||||
build_script:
|
||||
- ps: .\build.ps1 -configuration release
|
||||
- ps: .\build.ps1 -configuration release
|
||||
artifacts:
|
||||
- path: x64\Release\ViGEmBus
|
||||
name: ViGEmBus_x64
|
||||
- path: Release\ViGEmBus
|
||||
name: ViGEmBus_x86
|
||||
deploy:
|
||||
- provider: Environment
|
||||
name: BUILDBOT
|
||||
Reference in New Issue
Block a user