From: Vincent Bernat Date: Sun, 31 Jan 2016 15:22:08 +0000 (+0100) Subject: travis: also try to build OSX package X-Git-Tag: 0.9.1~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=180152fd35f1619b472eefa17319c9c1cf6904b9;p=thirdparty%2Flldpd.git travis: also try to build OSX package --- diff --git a/.travis/run.sh b/.travis/run.sh index 1d57cff8..4e8e6747 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -28,4 +28,7 @@ else # Regular build make all check CFLAGS=-Werror make distcheck + if [ x"$TRAVIS_OS_NAME" = x"osx" ]; then + make -C osx pkg + fi fi