diff mbox

[ovs-dev] github: Add Appveyor image and link to Readme

Message ID 20170825194712.4348-1-aserdean@ovn.org
State Accepted
Headers show

Commit Message

Alin-Gabriel Serdean Aug. 25, 2017, 7:47 p.m. UTC
Just a small nit to see current build status of appveyor.
Also add a link so one could easily reach the history of the builds.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
---
 README.rst | 2 ++
 1 file changed, 2 insertions(+)

Comments

Ben Pfaff Sept. 6, 2017, 4:06 p.m. UTC | #1
On Fri, Aug 25, 2017 at 10:47:12PM +0300, Alin Gabriel Serdean wrote:
> Just a small nit to see current build status of appveyor.
> Also add a link so one could easily reach the history of the builds.
> 
> Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
> ---
>  README.rst | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/README.rst b/README.rst
> index 28f8590..251e2bb 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -7,6 +7,8 @@ Open vSwitch
>  
>  .. image:: https://travis-ci.org/openvswitch/ovs.png
>      :target: https://travis-ci.org/openvswitch/ovs
> +.. image:: https://ci.appveyor.com/api/projects/status/github/openvswitch/ovs?branch=master&svg=true&retina=true
> +    :target: https://ci.appveyor.com/project/blp/ovs/history

Good idea.

Acked-by: Ben Pfaff <blp@ovn.org>
Alin-Gabriel Serdean Sept. 6, 2017, 7:58 p.m. UTC | #2
Thanks!

I applied this on master.

Alin.

> -----Original Message-----
> From: ovs-dev-bounces@openvswitch.org [mailto:ovs-dev-
> bounces@openvswitch.org] On Behalf Of Ben Pfaff
> Sent: Wednesday, September 6, 2017 7:06 PM
> To: Alin Gabriel Serdean <aserdean@ovn.org>
> Cc: dev@openvswitch.org
> Subject: Re: [ovs-dev] [PATCH] github: Add Appveyor image and link to
> Readme
> 
> On Fri, Aug 25, 2017 at 10:47:12PM +0300, Alin Gabriel Serdean wrote:
> > Just a small nit to see current build status of appveyor.
> > Also add a link so one could easily reach the history of the builds.
> >
> > Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
> > ---
> >  README.rst | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/README.rst b/README.rst
> > index 28f8590..251e2bb 100644
> > --- a/README.rst
> > +++ b/README.rst
> > @@ -7,6 +7,8 @@ Open vSwitch
> >
> >  .. image:: https://travis-ci.org/openvswitch/ovs.png
> >      :target: https://travis-ci.org/openvswitch/ovs
> > +.. image::
> https://ci.appveyor.com/api/projects/status/github/openvswitch/ovs?branc
> h=master&svg=true&retina=true
> > +    :target: https://ci.appveyor.com/project/blp/ovs/history
> 
> Good idea.
> 
> Acked-by: Ben Pfaff <blp@ovn.org>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox

Patch

diff --git a/README.rst b/README.rst
index 28f8590..251e2bb 100644
--- a/README.rst
+++ b/README.rst
@@ -7,6 +7,8 @@  Open vSwitch
 
 .. image:: https://travis-ci.org/openvswitch/ovs.png
     :target: https://travis-ci.org/openvswitch/ovs
+.. image:: https://ci.appveyor.com/api/projects/status/github/openvswitch/ovs?branch=master&svg=true&retina=true
+    :target: https://ci.appveyor.com/project/blp/ovs/history
 
 What is Open vSwitch?
 ---------------------