diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-29 10:45:08 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-29 10:45:08 +0200 |
commit | 9bede0e7080b34270ebeded94b1a3e26d34a554c (patch) | |
tree | 0b7e184de547e790a2c9efd04465cfb2fd722bd1 /.travis.yml | |
parent | 1ce9b7355e48d75ac4660cc1ee873be01a11a409 (diff) | |
download | fbida-9bede0e7080b34270ebeded94b1a3e26d34a554c.tar.gz |
travis: use newer meson from pip
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7495f2b..dcee416 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,19 @@ dist: xenial language: c compiler: gcc +before_script: + - pip3 install meson + addons: apt: update: true sources: - ubuntu-toolchain-r-test packages: - - meson + - python3 + - python3-pip + - python3-setuptools + - ninja-build - libdrm-dev - libgbm-dev - libepoxy-dev |