]> granicus.if.org Git - libass/commitdiff
Travis-CI: another attempt at making it work
authorwm4 <wm4@nowhere>
Sat, 22 Nov 2014 00:37:40 +0000 (01:37 +0100)
committerwm4 <wm4@nowhere>
Sat, 22 Nov 2014 00:57:11 +0000 (01:57 +0100)
Switching to OSX, because homebrew is more uptodate than
Ubuntu Ancient LTS, which is what Travis uses on Linux.

.travis.yml

index f46d0f67286e627bbca94508bfcdc7b63fed714f..1ad83ae9e72a7b2c1697624e460fffed917d4dad 100644 (file)
@@ -1,7 +1,7 @@
 language: c
 
 os:
-  - linux
+  - osx
 compiler:
   - clang
 
@@ -11,7 +11,7 @@ branches:
     - ci
 
 script:
-  - ./autogen.sh && ./configure
+  - brew update && brew install harfbuzz fribidi freetype fontconfig && ./autogen.sh && ./configure
   - make
 
 notifications: