aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-11-26 13:49:33 -0800
committerDylan Baker <dylan@pnwbakers.com>2019-12-02 16:39:06 -0800
commit2450cd6a9fdc51895dcce461312768a485959b7e (patch)
treee028d1fdbcf693b36d08719374e14e9711429056 /ci
parent0ae911d893485c4b4c5f90f9d6b5f820dc1f7672 (diff)
downloadmeson-2450cd6a9fdc51895dcce461312768a485959b7e.zip
meson-2450cd6a9fdc51895dcce461312768a485959b7e.tar.gz
meson-2450cd6a9fdc51895dcce461312768a485959b7e.tar.bz2
azure: print where link.exe is coming from too
Diffstat (limited to 'ci')
-rw-r--r--ci/azure-steps.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml
index 2376659..e33f152 100644
--- a/ci/azure-steps.yml
+++ b/ci/azure-steps.yml
@@ -166,9 +166,10 @@ steps:
echo ""
- echo "Locating cl, rc:"
+ echo "Locating cl, rc, link:"
where.exe cl
where.exe rc
+ where.exe link
echo ""
echo "=== Start running tests ==="