diff mbox series

[ovs-dev] AppVeyor: Add Win10 compilation to the build

Message ID 20180302233210.5024-1-aserdean@ovn.org
State Accepted
Headers show
Series [ovs-dev] AppVeyor: Add Win10 compilation to the build | expand

Commit Message

Alin-Gabriel Serdean March 2, 2018, 11:32 p.m. UTC
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>
---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shashank Ram March 5, 2018, 4:43 a.m. UTC | #1
On Fri, Mar 2, 2018 at 3:32 PM, Alin Gabriel Serdean <aserdean@ovn.org>
wrote:

> 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>
> ---
>  appveyor.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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"
> --
> 2.16.1.windows.1
>
> _______________________________________________
>

Acked-by: Shashank Ram <shashank08@gmail.com>
Alin-Gabriel Serdean March 5, 2018, 1:45 p.m. UTC | #2
-----Mesaj original-----
De la: ovs-dev-bounces@openvswitch.org <ovs-dev-bounces@openvswitch.org> În
numele Shashank Ram
Trimis: Monday, March 5, 2018 6:44 AM
Către: Alin Gabriel Serdean <aserdean@ovn.org>
Cc: dev@openvswitch.org
Subiect: Re: [ovs-dev] [PATCH] AppVeyor: Add Win10 compilation to the build

On Fri, Mar 2, 2018 at 3:32 PM, Alin Gabriel Serdean <aserdean@ovn.org>
wrote:

> 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>
> ---
>  appveyor.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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"
> --
> 2.16.1.windows.1
>
> _______________________________________________
>

Acked-by: Shashank Ram <shashank08@gmail.com>
diff mbox series

Patch

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"