appveyor build configuration file
This commit is contained in:
parent
e9a9507c90
commit
5ade5e3a36
1 changed files with 19 additions and 0 deletions
19
appveyor.yml
Normal file
19
appveyor.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
version: '{build}'
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
skip_tags: true
|
||||||
|
image: Visual Studio 2015
|
||||||
|
platform: x64
|
||||||
|
build:
|
||||||
|
project: vulkanExamples.sln
|
||||||
|
parallel: true
|
||||||
|
verbosity: minimal
|
||||||
|
notifications:
|
||||||
|
- provider: Email
|
||||||
|
to:
|
||||||
|
- webmaster@saschawillems.de
|
||||||
|
subject: Vulkan examples build {{buildVersion}} - {{status}}
|
||||||
|
on_build_success: false
|
||||||
|
on_build_failure: true
|
||||||
|
on_build_status_changed: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue