gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 164/208: AppVeyor: now really use CURL_WERROR


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 164/208: AppVeyor: now really use CURL_WERROR
Date: Wed, 09 Aug 2017 17:36:01 +0200

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

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit 001701c47efdd80ab83d2bd8c10ec75e170802d4
Author: Marcel Raad <address@hidden>
AuthorDate: Tue Jul 18 19:06:55 2017 +0200

    AppVeyor: now really use CURL_WERROR
    
    It was misspelled as CURL_ERROR in commit
    2d86e8d1286e0fbe3d811e2e87fa0b5e53722db4.
    
    Closes https://github.com/curl/curl/pull/1686
---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 9f02cb59e..3c60a4690 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -61,7 +61,7 @@ environment:
 build_script:
     - mkdir build.%BDIR%
     - cd build.%BDIR%
-    - cmake .. -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% 
-DCURL_STATICLIB=%STATICLIB% -DBUILD_TESTING=%TESTING% -DCURL_ERROR=ON
+    - cmake .. -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% 
-DCURL_STATICLIB=%STATICLIB% -DBUILD_TESTING=%TESTING% -DCURL_WERROR=ON
     - cmake --build . --config %PRJ_CFG% --clean-first
 
 # whitelist branches to avoid testing feature branches twice (as branch and as 
pull request)

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



reply via email to

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