From 9acbd6278959ddf1f4c92d5d7fd87e47d2c27c20 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Tue, 26 Feb 2019 01:32:56 +0200 Subject: Launch Meson via python3 so the binary name is correct. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa24b32..186f77c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -83,7 +83,7 @@ jobs: - script: | set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32 cp /usr/bin/python3.5 /usr/bin/python3 - env.exe -- python3.5 run_tests.py --backend=ninja + env.exe -- python3 run_tests.py --backend=ninja displayName: Run Tests - task: CopyFiles@2 condition: not(canceled()) -- cgit v1.1