Add meson builds to CI
This commit is contained in:
parent
2800c0ceb2
commit
5c29d590c9
|
@ -13,6 +13,11 @@ d:
|
|||
- dmd-nightly
|
||||
- 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
|
||||
|
||||
matrix:
|
||||
include:
|
||||
# Last FE GDC is compatible with
|
||||
|
|
Loading…
Reference in a new issue