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 <[email protected]> --- datapath-windows/automake.mk | 1 + 1 file changed, 1 insertion(+) 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" -- 2.16.1.windows.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
