summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2017-05-23 17:59:07 +0000
committerGurucharan Shetty <guru@ovn.org>2017-05-25 08:50:12 -0700
commit2f839c0257adc14d874edd79b72d087bc28d6f44 (patch)
tree1124b9386630f47a7c948921e20462601e8446d7 /appveyor.yml
parent0a1f9718a31784100c08cfad2df4bb6006e2b0a5 (diff)
downloadopenvswitch-2f839c0257adc14d874edd79b72d087bc28d6f44.tar.gz
appveyor: Add new make target
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> Acked-by: Anand Kumar <kumaranand@vmware.com> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index edcead621..6ca14794b 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"