mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Update Mac CI test
The --no-werror is no longer required with the updated ax_pthread. Define clang as the compiler explicitly, because that's what gcc --version reports anyway.
This commit is contained in:
parent
cd2d1dd1d1
commit
3590a09cf8
|
@ -45,10 +45,9 @@ matrix:
|
|||
- libtool
|
||||
- yasm
|
||||
|
||||
# We have some Mac specific code and Mac sometimes has odd build issues.
|
||||
- os: osx
|
||||
# The version of clang in the osx image complains about -pthread being given to linker.
|
||||
# It's a silly warning and I don't know a workaround, so let's just ignore all warnings.
|
||||
env: KVZ_CONFIGURE_ARGS="--disable-werror"
|
||||
compiler: clang # gcc is actually clang on Travis OS X
|
||||
|
||||
# Check for external symbols without kvz_ prefix.
|
||||
- compiler: gcc-4.8
|
||||
|
|
Loading…
Reference in a new issue