Merge pull request #51 from Cogitri/bionic-ci
ci: install ninja via pip
This commit is contained in:
commit
310d617e4e
|
@ -13,10 +13,13 @@ d:
|
|||
- dmd-nightly
|
||||
- ldc-latest-ci
|
||||
|
||||
env:
|
||||
global:
|
||||
- TEST_MESON=true
|
||||
|
||||
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:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project('taggedalgebraic', 'd',
|
||||
meson_version: '>=0.50',
|
||||
version: '0.11.9'
|
||||
version: '0.11.12'
|
||||
)
|
||||
|
||||
project_soversion = '0'
|
||||
|
|
Loading…
Reference in a new issue