From dded1a9514277a93f735899c39451086e7ff74a1 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 26 May 2019 11:45:34 +0200 Subject: [PATCH] verbose-azure --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e0d9679..d26f3c7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 -- 2.40.0