ci: install ninja via pip

This commit is contained in:
Rasmus Thomsen 2020-04-04 14:12:25 +02:00
parent 6ed851b336
commit f135c3dcb8

View file

@ -14,9 +14,8 @@ d:
- ldc-latest-ci
before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update && sudo apt-get -y install ninja-build python3-pip python3-setuptools; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install ninja; fi
- pip3 install meson
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update && sudo apt-get -y install python3-pip python3-setuptools; fi
- pip3 install meson ninja
matrix:
include: