Files
fluxengine/dep/libui/azure-pipelines/install-latest-meson-ninja.yml
2021-12-05 18:00:47 +00:00

10 lines
283 B
YAML

# 4 april 2019
# TODO remove ninja installation from non-Linux OSs and make the same ninja via pip change in the AppVeyor script
steps:
- script: |
python -m pip install --upgrade pip setuptools wheel
pip install meson ninja
displayName: 'Install Latest Meson and Ninja'