]> granicus.if.org Git - libass/commitdiff
Travis-CI: minor changes
authorwm4 <wm4@nowhere>
Sat, 22 Nov 2014 01:46:06 +0000 (02:46 +0100)
committerwm4 <wm4@nowhere>
Sat, 22 Nov 2014 01:46:06 +0000 (02:46 +0100)
Strictly use the default compiler, but this probably has exactly the
same effect as using the "gcc" entry.

Do a parallel build.

.travis.yml

index 2c4a10923d8e97039f5d8a9da4b93ed9f3731af6..ee46c7dbf8cecb565c7b0b6b540c91de8ecf75c0 100644 (file)
@@ -7,8 +7,6 @@ env:
 
 os:
   - linux
-compiler:
-  - gcc
 
 branches:
   only:
@@ -18,7 +16,7 @@ branches:
 
 script:
   - sudo apt-get install -y fontconfig libfribidi-dev yasm && ./autogen.sh && ./configure
-  - make
+  - make -j4
 
 notifications:
   email: false
@@ -34,5 +32,5 @@ addons:
       name: "libass/libass"
       description: "Build submitted via Travis CI"
     build_command_prepend: "./configure; make clean"
-    build_command:   "make -j 4"
+    build_command:   "make -j4"
     branch_pattern: coverity_scan