]> granicus.if.org Git - fribidi/commitdiff
Build also with meson on Travis
authorKhaled Hosny <khaledhosny@eglug.org>
Fri, 7 Sep 2018 21:11:53 +0000 (23:11 +0200)
committerKhaled Hosny <khaledhosny@eglug.org>
Fri, 7 Sep 2018 21:47:58 +0000 (23:47 +0200)
.travis.yml

index d838f730743dab2295a24a180b6432c5133973e0..00f195ccc0ff41c5dcd27308e060c2652e291c14 100644 (file)
@@ -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