[Spice-devel] [PATCH qxl-wddm-dod v3] ci: Integrate with Appveyor
Dmitry Fleytman
dmitry at daynix.com
Tue Jun 13 11:39:32 UTC 2017
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 at daynix.com>
---
.appveyor.yml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 .appveyor.yml
diff --git a/.appveyor.yml b/.appveyor.yml
new file mode 100644
index 0000000..f3f3e5c
--- /dev/null
+++ b/.appveyor.yml
@@ -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 at lists.freedesktop.org
+ on_build_success: false
+ on_build_failure: true
+ on_build_status_changed: true
--
2.7.0.windows.1
More information about the Spice-devel
mailing list