ci: Integrate with Appveyor
This patch introduces Appveyor CI configuration file. Having this patch pushed and qxl-wddm-dod repository registered at Appveyor, every push or merge request will be automatically built on their servers. Signed-off-by: Dmitry Fleytman <dmitry@daynix.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
1fbb9c5358
commit
764360acdc
18
.appveyor.yml
Normal file
18
.appveyor.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
image: Visual Studio 2015
|
||||||
|
|
||||||
|
version: build-{build}-{branch}
|
||||||
|
|
||||||
|
before_build:
|
||||||
|
- ren "C:\Program Files (x86)\Windows Kits\10\include\00wdf" "wdf"
|
||||||
|
|
||||||
|
build_script: buildAll.bat
|
||||||
|
|
||||||
|
skip_commits:
|
||||||
|
message: /\[ci skip\]/
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
- provider: Email
|
||||||
|
to: spice-devel@lists.freedesktop.org
|
||||||
|
on_build_success: false
|
||||||
|
on_build_failure: true
|
||||||
|
on_build_status_changed: true
|
Loading…
Reference in New Issue
Block a user