summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlin Gabriel Serdean <aserdean@ovn.org>2018-03-03 01:32:10 +0200
committerAlin Gabriel Serdean <aserdean@ovn.org>2018-03-05 15:42:23 +0200
commit2a72edbb0af95fdd8c45266fdfa5f38c7dd346ff (patch)
treeae5dc495cdceb0b481fa5f7d0fdd37d101d54784 /appveyor.yml
parentb1db9dd6747cf8962ebcca4fc15dd084728b0f79 (diff)
downloadopenvswitch-2a72edbb0af95fdd8c45266fdfa5f38c7dd346ff.tar.gz
AppVeyor: Add Win10 compilation to the build
People from AppVeyor are nice and included the Windows 10 DDK (driver development kit). This patch allows AppVeyor to compile the Win10 target. Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org> Acked-by: Shashank Ram <shashank08@gmail.com>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index da31764c1..49fcae4b5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,6 +41,6 @@ build_script:
- C:\MinGW\msys\1.0\bin\bash -lc "cp /c/pthreads-win32/Pre-built.2/dll/x86/*.dll /c/openvswitch/."
- C:\MinGW\msys\1.0\bin\bash -lc "mv /bin/link.exe /bin/link_copy.exe"
- 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\" --with-vstudiotargetver=\"Win8,Win8.1\""
+- 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"