2019-04-04 10:02:59 -05:00
|
|
|
# 4 april 2019
|
2019-04-04 10:23:58 -05:00
|
|
|
|
2019-04-04 10:31:47 -05:00
|
|
|
# TODO figure out how to make the script step runnable in parallel with the other dependency installation steps
|
|
|
|
|
2019-04-04 10:02:59 -05:00
|
|
|
steps:
|
|
|
|
- task: UsePythonVersion@0
|
|
|
|
inputs:
|
|
|
|
versionSpec: '3.6'
|
|
|
|
architecture: 'x64'
|
|
|
|
- script: |
|
|
|
|
python -m pip install --upgrade pip setuptools wheel
|
|
|
|
pip install meson
|
|
|
|
displayName: 'Install Latest Meson'
|