gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 165/222: appveyor: add a winbuild that uses VS2017


From: gnunet
Subject: [gnurl] 165/222: appveyor: add a winbuild that uses VS2017
Date: Thu, 07 Nov 2019 00:11:01 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 02e608f0bb42a7749a3737eea8ab28f87dcd8f46
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sat Oct 12 16:33:30 2019 +0200

    appveyor: add a winbuild that uses VS2017
    
    Closes #4482
---
 appveyor.yml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index d3a5ff24e..e2eb28e56 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -116,6 +116,11 @@ environment:
         OPENSSL: ON
         WINSSL: OFF
         TESTING: OFF
+      - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
+        BUILD_SYSTEM: winbuild17
+        OPENSSL: ON
+        WINSSL: OFF
+        TESTING: OFF
       - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
         BUILD_SYSTEM: VisualStudioSolution
         PRJ_CFG: "DLL Debug - DLL Windows SSPI - DLL WinIDN"
@@ -154,7 +159,13 @@ build_script:
         call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" 
/x64 &&
         call "C:\Program Files (x86)\Microsoft Visual Studio 
14.0\VC\vcvarsall.bat" x86_amd64 &&
         nmake /f Makefile.vc mode=dll VC=15 "SSL_PATH=C:\OpenSSL-v111-Win64" 
WITH_SSL=dll MACHINE=x64
-      )))
+      ) else (
+      if %BUILD_SYSTEM%==winbuild17 (
+        call buildconf.bat &&
+        cd winbuild &&
+        call "C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" &&
+        nmake /f Makefile.vc mode=dll VC=15 "SSL_PATH=C:\OpenSSL-v111-Win64" 
WITH_SSL=dll MACHINE=x64
+      ))))
 
 test_script:
     - if %TESTING%==ON (

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]