mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
17 lines
379 B
YAML
17 lines
379 B
YAML
version: 1.16.{build}.0
|
|
image: Visual Studio 2017
|
|
before_build:
|
|
- cmd: vcpkg integrate install
|
|
- cmd: vcpkg install boost-asio:x86-windows-static
|
|
- cmd: vcpkg install boost-asio:x64-windows-static
|
|
build_script:
|
|
- ps: .\build.ps1
|
|
artifacts:
|
|
- path: 'bin**\*.dll'
|
|
cache:
|
|
- c:\tools\vcpkg\installed\
|
|
deploy:
|
|
- provider: Environment
|
|
name: BUILDBOT
|
|
on:
|
|
appveyor_repo_tag: true |