[Spice-devel] [PATCH qxl-wddm-dod v2] ci: Integrate with Appveyor
Dmitry Fleytman
dmitry at daynix.com
Thu Jun 8 07:14:26 UTC 2017
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.
Build status notifications will be sent to this list (spice-devel at lists.freedesktop.org <mailto:spice-devel at lists.freedesktop.org>)
Best Regards,
Dmitry
> On 8 Jun 2017, at 10:10 AM, Dmitry Fleytman <dmitry at daynix.com> wrote:
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20170608/d083c854/attachment-0001.html>
More information about the Spice-devel
mailing list