<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div><br></div><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><div><br></div>Hello All,<div class=""><br class=""></div><div class="">This patch introduces Appveyor CI configuration file.</div><div class=""><br class=""></div><div class="">Having this patch pushed and qxl-wddm-dod repository registered at Appveyor,</div><div class="">every push or merge request will be automatically built on their servers.</div></blockquote><div><br></div><div>If you need to comment a single patch to add explanation maybe this additional<br></div><div>explanation should be added to the commit message.<br></div><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><div class="">Build status notifications will be sent to this list (<a href="mailto:spice-devel@lists.freedesktop.org" class="" target="_blank">spice-devel@lists.freedesktop.org</a>)</div></blockquote><div>It seems that the message arrive as html with no corresponding test, see</div><div><a href="https://lists.freedesktop.org/archives/spice-devel/2017-June/037963.html">https://lists.freedesktop.org/archives/spice-devel/2017-June/037963.html.</a></div><div>Is possible to have pure text messages instead?<br></div><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><div class="">Best Regards,</div><div class="">Dmitry</div><div class=""><br class=""><div><blockquote class=""><div class="">On 8 Jun 2017, at 10:10 AM, Dmitry Fleytman <<a href="mailto:dmitry@daynix.com" class="" target="_blank">dmitry@daynix.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Signed-off-by: Dmitry Fleytman <<a href="mailto:dmitry@daynix.com" class="" target="_blank">dmitry@daynix.com</a>><br class="">---<br class=""> .appveyor.yml | 18 ++++++++++++++++++<br class=""> 1 file changed, 18 insertions(+)<br class=""> create mode 100644 .appveyor.yml<br class=""><br class="">diff --git a/.appveyor.yml b/.appveyor.yml<br class="">new file mode 100644<br class="">index 0000000..f3f3e5c<br class="">--- /dev/null<br class="">+++ b/.appveyor.yml<br class="">@@ -0,0 +1,18 @@<br class="">+image: Visual Studio 2015<br class="">+</div></div></blockquote></div></div></blockquote><div>This cause to stick to a version of images and if image are going to be removed in the<br></div><div>future this won't work. I use AppVeyor for another project and I know images are</div><div>updated and obsolete ones are removed after a while. From my experience is better to<br></div><div>fix the issues with the last machine version.<br></div><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><div class=""><div><blockquote class=""><div class=""><div class=""><br class="">+version: build-{build}-{branch}<br class="">+<br class="">+before_build:<br class="">+  - ren "C:\Program Files (x86)\Windows Kits\10\include\00wdf" "wdf"<br class="">+<br class="">+build_script: buildAll.bat<br class="">+<br class="">+skip_commits:<br class="">+  message: /\[ci skip\]/<br class="">+</div></div></blockquote></div></div></blockquote><div>what does this?<br></div><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><div class=""><div><blockquote class=""><div class=""><div class=""><br class="">+notifications:<br class="">+  - provider: Email<br class="">+    to: <a href="mailto:spice-devel@lists.freedesktop.org" class="" target="_blank"><a>spice-devel@lists.freedesktop.org</a></a><br data-mce-bogus="1"></div></div></blockquote></div></div></blockquote><div>Not strictly related to this patch, is usually a good idea to add sender e-mail<br></div><div>to the ML. Did you do it?<br></div><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><div class=""><div><blockquote class=""><div class=""><div class=""><br class="">+    on_build_success: false<br class="">+    on_build_failure: true<br class="">+    on_build_status_changed: true</div></div></blockquote></div></div></blockquote><div>Frediano</div><div><br></div></div></body></html>