gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 43/63: appveyor: add Visual Studio solution build


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 43/63: appveyor: add Visual Studio solution build
Date: Fri, 07 Jun 2019 18:37:05 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 6da44edfd2a55e61c7271df1f1a05868670145b1
Author: Marcel Raad <address@hidden>
AuthorDate: Sat May 25 08:55:09 2019 +0200

    appveyor: add Visual Studio solution build
    
    Closes https://github.com/curl/curl/pull/3941
---
 appveyor.yml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 7e7cfc18d..a809fb917 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -92,6 +92,11 @@ environment:
         DISABLED_TESTS: ""
         COMPILER_PATH: "C:\\MinGW\\bin"
         MSYS2_ARG_CONV_EXCL: "/*"
+      - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
+        BUILD_SYSTEM: VisualStudioSolution
+        PRJ_CFG: "DLL Debug - DLL Windows SSPI - DLL WinIDN"
+        TESTING: OFF
+        VC_VERSION: VC15
 
 install:
     - set "PATH=C:\msys64\usr\bin;%PATH%"
@@ -113,7 +118,11 @@ build_script:
         -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG=""
         -DCMAKE_INSTALL_PREFIX="C:/CURL"
         -DCMAKE_BUILD_TYPE=%PRJ_CFG% &&
-        cmake --build . --config %PRJ_CFG% --clean-first )
+        cmake --build . --config %PRJ_CFG% --clean-first ) else (
+      if %BUILD_SYSTEM%==VisualStudioSolution (
+        cd projects &&
+        .\\generate.bat %VC_VERSION% &&
+        msbuild.exe /p:Configuration="%PRJ_CFG%" 
"Windows\\%VC_VERSION%\\curl-all.sln" ))
 
 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]