Hello All,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.
If you need to comment a single patch to add explanation maybe this additional
explanation should be added to the commit message.
Build status notifications will be sent to this list (spice-devel@xxxxxxxxxxxxxxxxxxxxx)
It seems that the message arrive as html with no corresponding test, see
Is possible to have pure text messages instead?
Best Regards,DmitryOn 8 Jun 2017, at 10:10 AM, Dmitry Fleytman <dmitry@xxxxxxxxxx> wrote:Signed-off-by: Dmitry Fleytman <dmitry@xxxxxxxxxx>
---
.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
+
This cause to stick to a version of images and if image are going to be removed in the
future this won't work. I use AppVeyor for another project and I know images are
updated and obsolete ones are removed after a while. From my experience is better to
fix the issues with the last machine version.
+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\]/
+
what does this?
Not strictly related to this patch, is usually a good idea to add sender e-mail
to the ML. Did you do it?
+ on_build_success: false
+ on_build_failure: true
+ on_build_status_changed: true
Frediano
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel