gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 127/151: azure: make the default build use --enable-debug --enab


From: gnunet
Subject: [gnurl] 127/151: azure: make the default build use --enable-debug --enable-werror
Date: Fri, 20 Dec 2019 14:27:16 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 1fb2a487520346ee343733e03698ddfb6133fa24
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Dec 10 12:47:30 2019 +0100

    azure: make the default build use --enable-debug --enable-werror
---
 .azure-pipelines.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index efe1d5742..507e24a9f 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -6,13 +6,17 @@
 trigger:
 - master
 
+##########################################
+### Linux jobs first
+##########################################
+
 jobs:
   - job: vanilla_ubuntu
     displayName: unbuntu default
     pool:
       vmImage: 'ubuntu-latest'
     steps:
-    - script: ./buildconf && ./configure
+    - script: ./buildconf && ./configure --enable-debug --enable-werror
       displayName: 'Run configure'
 
     - script: make

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



reply via email to

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