aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-02-25 22:25:16 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2019-02-26 01:26:54 +0200
commit7564a6335308fb14501cb04eceb555ea291c5dd0 (patch)
tree32ee8a3331842f29e3dc3ec79c11b22b2444dcef /azure-pipelines.yml
parent067ff7eeae26eda8edc9f7f7432f551c3e373eaa (diff)
downloadmeson-7564a6335308fb14501cb04eceb555ea291c5dd0.zip
meson-7564a6335308fb14501cb04eceb555ea291c5dd0.tar.gz
meson-7564a6335308fb14501cb04eceb555ea291c5dd0.tar.bz2
Copy python3.5 to python3 so tests pass on Cygwin.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 23cbda7..fa24b32 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -82,6 +82,7 @@ jobs:
displayName: Install Dependencies
- 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
displayName: Run Tests
- task: CopyFiles@2