Files
ViGEmBus/appveyor.yml
Benjamin Höglinger-Stelzer 005a152323 Added build cache
2019-04-16 16:12:41 +02:00

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