[FFmpeg-cvslog] travis: Exclude gcc for the macOS target
Luca Barbato
git at videolan.org
Sat Oct 28 21:08:56 EEST 2017
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Tue Apr 18 20:21:35 2017 +0200| [4809781586d1c956005f72946a2aab5915eab350] | committer: Luca Barbato
travis: Exclude gcc for the macOS target
On a normal macOS setup, 'gcc' is a symlink to clang. Therefore there is
little point in running the tests twice, with CC=gcc and CC=clang.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4809781586d1c956005f72946a2aab5915eab350
---
.travis.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 6f9647a701..5aa2802636 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,10 @@ addons:
compiler:
- clang
- gcc
+matrix:
+ exclude:
+ - os: osx
+ compiler: gcc
cache:
directories:
- libav-samples
More information about the ffmpeg-cvslog
mailing list