]> granicus.if.org Git - libass/commitdiff
Travis-CI: another attempt at making it work (2)
authorwm4 <wm4@nowhere>
Sat, 22 Nov 2014 01:03:19 +0000 (02:03 +0100)
committerwm4 <wm4@nowhere>
Sat, 22 Nov 2014 01:03:19 +0000 (02:03 +0100)
.travis.yml

index 1ad83ae9e72a7b2c1697624e460fffed917d4dad..b9ba38364f4d6ce95e325b91db9190f927a99321 100644 (file)
@@ -1,9 +1,9 @@
 language: c
 
 os:
-  - osx
+  - linux
 compiler:
-  - clang
+  - gcc
 
 branches:
   only:
@@ -11,7 +11,7 @@ branches:
     - ci
 
 script:
-  - brew update && brew install harfbuzz fribidi freetype fontconfig && ./autogen.sh && ./configure
+  - sudo apt-get install -y fontconfig libfribidi-dev yasm && ./autogen.sh && ./configure
   - make
 
 notifications: