diff mbox series

[ovs-dev,2/2] datapath-windows: Add Win10Analyze to a make target

Message ID 20180302234219.9096-2-aserdean@ovn.org
State Superseded
Headers show
Series [ovs-dev,1/2] datapath-windows: Add Win10Analyze target | expand

Commit Message

Alin-Gabriel Serdean March 2, 2018, 11:42 p.m. UTC
This patch adds the Win10Analyze to the make target `datapath_windows_analyze`.

This is very handy because it is included in the AppVeyor build chain. Also we
can check for new issues in the build output.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
---
 datapath-windows/automake.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Shashank Ram March 5, 2018, 4:44 a.m. UTC | #1
On Fri, Mar 2, 2018 at 3:42 PM, Alin Gabriel Serdean <aserdean@ovn.org>
wrote:

> This patch adds the Win10Analyze to the make target
> `datapath_windows_analyze`.
>
> This is very handy because it is included in the AppVeyor build chain.
> Also we
> can check for new issues in the build output.
>
> Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
> ---
>

Acked-by: Shashank Ram <shashank08@gmail.com>
Alin Balutoiu May 8, 2018, 2:37 p.m. UTC | #2
Acked-by: Alin Balutoiu <abalutoiu@cloudbasesolutions.com>

> -----Original Message-----
> From: ovs-dev-bounces@openvswitch.org <ovs-dev-
> bounces@openvswitch.org> On Behalf Of Shashank Ram
> Sent: Monday, March 5, 2018 6:45 AM
> To: Alin Gabriel Serdean <aserdean@ovn.org>
> Cc: dev@openvswitch.org
> Subject: Re: [ovs-dev] [PATCH 2/2] datapath-windows: Add Win10Analyze to a
> make target
> 
> On Fri, Mar 2, 2018 at 3:42 PM, Alin Gabriel Serdean <aserdean@ovn.org>
> wrote:
> 
> > This patch adds the Win10Analyze to the make target
> > `datapath_windows_analyze`.
> >
> > This is very handy because it is included in the AppVeyor build chain.
> > Also we
> > can check for new issues in the build output.
> >
> > Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
> > ---
> >
> 
> Acked-by: Shashank Ram <shashank08@gmail.com>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox series

Patch

diff --git a/datapath-windows/automake.mk b/datapath-windows/automake.mk
index 3820041f6..823e5f742 100644
--- a/datapath-windows/automake.mk
+++ b/datapath-windows/automake.mk
@@ -86,5 +86,6 @@  EXTRA_DIST += \
 	datapath-windows/ovsext/resource.h
 
 datapath_windows_analyze: all
+	MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win10Analyze"
 	MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win8.1Analyze"
 	MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win8Analyze"