From 5bcdd22feff7c0c83312831b239a40dd9aad0bef Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Wed, 17 Feb 2016 17:47:36 +0200 Subject: [PATCH] Add osx build test to Travis --- .travis-script.sh | 2 +- .travis.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis-script.sh b/.travis-script.sh index aa2bd55f..64dc6e66 100755 --- a/.travis-script.sh +++ b/.travis-script.sh @@ -2,7 +2,7 @@ set -ev ./autogen.sh -./configure +./configure $KVZ_CONFIGURE_ARGS make --jobs=2 V=1 if [ -n "$VALGRIND_TEST" ]; then diff --git a/.travis.yml b/.travis.yml index bcea5894..2b9035cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,11 @@ matrix: - libtool - 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. - compiler: gcc-4.8 script: