diff mbox

[ovs-dev,3/3] appveyor: Add new make target

Message ID 20170523175858.524-3-aserdean@cloudbasesolutions.com
State Accepted
Headers show

Commit Message

Alin Serdean May 23, 2017, 5:59 p.m. UTC
This patch adds the new make target 'datapath_windows_analyze' (static
analysis over the windows datapath code) to the appveyor build.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
---
 appveyor.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Gurucharan Shetty May 25, 2017, 3:51 p.m. UTC | #1
On 23 May 2017 at 10:59, Alin Serdean <aserdean@cloudbasesolutions.com>
wrote:

> This patch adds the new make target 'datapath_windows_analyze' (static
> analysis over the windows datapath code) to the appveyor build.
>
> Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
>

I applied this series to master


> ---
>  appveyor.yml | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/appveyor.yml b/appveyor.yml
> index edcead6..6ca1479 100644
> --- a/appveyor.yml
> +++ b/appveyor.yml
> @@ -43,3 +43,4 @@ build_script:
>  - C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && ./boot.sh"
>  - C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && ./configure
> CC=build-aux/cccl LD=\"`which link`\" LIBS=\"-lws2_32 -liphlpapi -lwbemuuid
> -lole32 -loleaut32\" --with-pthread=C:/pthreads-win32/Pre-built.2
> --with-openssl=C:/OpenSSL-Win32 --with-vstudiotarget=\"Debug\""
>  - C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && make"
> +- C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && make
> datapath_windows_analyze"
> --
> 2.10.2.windows.1
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox

Patch

diff --git a/appveyor.yml b/appveyor.yml
index edcead6..6ca1479 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -43,3 +43,4 @@  build_script:
 - C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && ./boot.sh"
 - C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && ./configure CC=build-aux/cccl LD=\"`which link`\" LIBS=\"-lws2_32 -liphlpapi -lwbemuuid -lole32 -loleaut32\" --with-pthread=C:/pthreads-win32/Pre-built.2 --with-openssl=C:/OpenSSL-Win32 --with-vstudiotarget=\"Debug\""
 - C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && make"
+- C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && make datapath_windows_analyze"