]> git.proxmox.com Git - mirror_ovs.git/blobdiff - appveyor.yml
ovs-lldp: Remove dead store to TTL configuration.
[mirror_ovs.git] / appveyor.yml
index edcead6212e1975e67b54af5dc6d75e85ab55402..6ca14794b5b1b9f8b84f017919e8f063e9918f36 100644 (file)
@@ -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"