gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 133/151: azure: add a torture test on mac


From: gnunet
Subject: [gnurl] 133/151: azure: add a torture test on mac
Date: Fri, 20 Dec 2019 14:27:22 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 69ed88f474b8158e0e0d53181c203ceebde29b88
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Dec 13 15:15:56 2019 +0100

    azure: add a torture test on mac
    
    Uses --shallow=25 to keep it small enough to get through in time.
    
    Closes #4712
---
 .azure-pipelines.yml | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 2e9d6a307..ac0b0cc3e 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -110,7 +110,7 @@ jobs:
     - script: brew update && brew install libtool autoconf automake nghttp2 
pkg-config
       displayName: Install packages
 
-    - script: ./buildconf && ./configure
+    - script: ./buildconf && ./configure --enable-debug --enable-werror
       displayName: 'Run configure'
 
     - script: make
@@ -146,3 +146,21 @@ jobs:
 
     - script: cmake -H. -Bbuild -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl 
-DCURL_DISABLE_LDAP=ON -DCURL_DISABLE_LDAPS=ON && cmake --build build
       displayName: 'Run cmake'
+
+  - job: macos_torture
+    displayName: macos torture
+    pool:
+      vmImage: 'macOS-latest'
+    steps:
+    - script: brew update && brew install libtool autoconf automake nghttp2 
pkg-config
+      displayName: Install packages
+
+    - script: ./buildconf && ./configure --enable-debug --disable-shared 
--disable-threaded-resolver --enable-alt-svc
+      displayName: 'Run configure'
+
+    - script: make
+      displayName: 'make'
+
+    - script: make "TFLAGS=-n -t --shallow=25 '!FTP'" test-nonflaky
+      displayName: 'torture test'
+

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



reply via email to

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