libui/azure-pipelines/install-latest-meson.yml

9 lines
260 B
YAML
Raw Normal View History

# 4 april 2019
2019-04-04 10:23:58 -05:00
steps:
- script: |
python -m pip install --upgrade pip setuptools wheel
# 0.50.0 has a bug that prevents cross-builds (like our MinGW-w64 build) to not work properly
pip install 'meson!=0.50.0'
displayName: 'Install Latest Meson'