[Spice-devel] [PATCH qxl-wddm-dod v3] ci: Integrate with Appveyor

Frediano Ziglio fziglio at redhat.com
Tue Jun 13 12:41:17 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>

Acked-by: Frediano Ziglio <fziglio at redhat.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


More information about the Spice-devel mailing list