]> granicus.if.org Git - libass/commitdiff
travis: run on OSX too
authorwm4 <wm4@nowhere>
Mon, 7 Sep 2015 10:50:38 +0000 (12:50 +0200)
committerwm4 <wm4@nowhere>
Mon, 7 Sep 2015 11:18:23 +0000 (13:18 +0200)
.travis.yml

index 12240de8231bb08f8a5955cfdb2b190cc6377b28..2d93ec3b0fc0667e5f1d3dcba88c6d3077f1ef65 100644 (file)
@@ -7,6 +7,7 @@ env:
 
 os:
   - linux
+  - osx
 
 branches:
   only:
@@ -14,7 +15,7 @@ branches:
     - ci
     - coverity_scan
 
-before_install: sudo apt-get install -y fontconfig libfribidi-dev yasm && ./autogen.sh && ./configure
+before_install: (sudo apt-get install -y fontconfig libfribidi-dev yasm || brew install fontconfig freetype fribidi yasm) && ./autogen.sh && ./configure
 script:
   - make -j4