From: Khaled Hosny Date: Fri, 7 Sep 2018 21:11:53 +0000 (+0200) Subject: Build also with meson on Travis X-Git-Tag: v1.0.7~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e66ddbd18df9db088c33ff080424a76bc65ac63b;p=fribidi Build also with meson on Travis --- diff --git a/.travis.yml b/.travis.yml index d838f73..00f195c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,19 @@ matrix: compiler: clang - os: osx compiler: clang + - os: linux + language: python + python: 3.5 + env: PATH=$PATH:$TRAVIS_BUILD_DIR/c2man-install + install: + - pip install meson ninja + before_script: + - bash .ci/build-c2man.sh + script: + - meson build + - ninja -C build + - ninja -C build test + cache: pip before_script: - ./autogen.sh