summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-24 16:56:48 +0100
committerwm4 <wm4@nowhere>2014-11-24 16:56:48 +0100
commit8178f842bf67226549f701cafeaa5eaabaf85221 (patch)
treeec1fe601fdeab9d999c01866322f3bb3ab06899f
parentd33ae93b897bc407829c5f3c8b2000a7c31d37bd (diff)
downloadmpv-8178f842bf67226549f701cafeaa5eaabaf85221.tar.bz2
mpv-8178f842bf67226549f701cafeaa5eaabaf85221.tar.xz
travis: add gcc to the build matrix
For the purpose of running Coverity correctly. Although I'm not sure how well this works. gcc won't work on OSX, and also I'm not sure if Coverity will act up if the build matrix has more than 1 configuration (will it submit multiple scans?).
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c3607d56a2..296da01536 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,11 @@ env:
- LIBAV=ffmpeg-stable
- LIBAV=ffmpeg-git
global:
+ # Coverity token
- secure: "H21mSRlMhk4BKS0xHZvCFGJxteCP0hRVUxTuNfM2Z9HBsyutuLEYMtViLO86VtM+Tqla3xXPzUdS4ozLwI72Ax/5ZUDXACROj73yW6QhFB5D6rLut12+FjqC7M33Qv2hl0xwgNBmR5dsm1ToP37+Wn+ecJQNvN8fkTXF+HVzOEw="
compiler:
- clang
+ - gcc
branches:
only:
@@ -28,6 +30,8 @@ matrix:
env: LIBAV=libav-git
- os: osx
env: LIBAV=ffmpeg-git
+ - os: osx
+ compiler: gcc
before_install: ./travis-deps libass-stable $LIBAV
script: