From 493e505d58f02d7ea63a8a41978adb0ecb314091 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Fri, 19 Apr 2019 10:18:47 +0200 Subject: cmake: better logging --- ci/azure-steps.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ci') diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index abbed655e..77f61fe21 100644 --- a/ci/azure-steps.yml +++ b/ci/azure-steps.yml @@ -154,6 +154,11 @@ steps: where.exe python python --version + echo "" + echo "Locating cl, rc:" + where.exe cl + where.exe rc + echo "" echo "=== Start running tests ===" # Starting from VS2019 Powershell(?) will fail the test run -- cgit v1.2.3