diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-02-25 22:25:16 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-02-26 01:26:54 +0200 |
| commit | 7564a6335308fb14501cb04eceb555ea291c5dd0 (patch) | |
| tree | 32ee8a3331842f29e3dc3ec79c11b22b2444dcef | |
| parent | 067ff7eeae26eda8edc9f7f7432f551c3e373eaa (diff) | |
| download | meson-7564a6335308fb14501cb04eceb555ea291c5dd0.tar.gz | |
Copy python3.5 to python3 so tests pass on Cygwin.
| -rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 23cbda7cb..fa24b32a1 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 |
