mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-12-02 21:24:07 +00:00
Add osx build test to Travis
This commit is contained in:
parent
985c47fe20
commit
5bcdd22fef
|
@ -2,7 +2,7 @@
|
||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure
|
./configure $KVZ_CONFIGURE_ARGS
|
||||||
make --jobs=2 V=1
|
make --jobs=2 V=1
|
||||||
|
|
||||||
if [ -n "$VALGRIND_TEST" ]; then
|
if [ -n "$VALGRIND_TEST" ]; then
|
||||||
|
|
|
@ -45,6 +45,11 @@ matrix:
|
||||||
- libtool
|
- libtool
|
||||||
- yasm
|
- yasm
|
||||||
|
|
||||||
|
- 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"
|
||||||
|
|
||||||
# Check for external symbols without kvz_ prefix.
|
# Check for external symbols without kvz_ prefix.
|
||||||
- compiler: gcc-4.8
|
- compiler: gcc-4.8
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue