mirror of https://git.ffmpeg.org/ffmpeg.git
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.
This commit is contained in:
parent
5352802da8
commit
4809781586
|
@ -11,6 +11,10 @@ addons:
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- os: osx
|
||||||
|
compiler: gcc
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- libav-samples
|
- libav-samples
|
||||||
|
|
Loading…
Reference in New Issue