USBDK/.appveyor.yml
Yuri Benditovich 3b80562684 build: remove binary DLL from the repository
Collect all the 'before-build' actions in single batch file.
Download the DLL required for AppVeyor during the build.
Remove the DLL from the repository.

Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
2020-01-27 20:00:38 +02:00

18 lines
329 B
YAML

image: Visual Studio 2015
version: build-{build}-{branch}
before_build:
- tools\AppVeyor\before-build.cmd
build_script: buildAll.bat
skip_commits:
message: /\[ci skip\]/
notifications:
- provider: Email
to: devel@daynix.com
on_build_success: false
on_build_failure: false
on_build_status_changed: true