]> granicus.if.org Git - zziplib/commitdiff
verbose-azure
authorGuido Draheim <guidod@gmx.de>
Sun, 26 May 2019 09:45:34 +0000 (11:45 +0200)
committerGuido Draheim <guidod@gmx.de>
Sun, 26 May 2019 09:45:34 +0000 (11:45 +0200)
azure-pipelines.yml

index e0d96798b326b9dd692f43a645c7ac31fef4a66f..d26f3c775e653ecb49126955ed058e5e8b334145 100644 (file)
@@ -18,7 +18,7 @@ steps:
     cd build && cmake ..
   displayName: 'configure'
 - script: |
-    cd build && make all
+    cd build && make all VERBOSE=1
   displayName: 'make all'
 - script: |
     cd build && make check