From 180152fd35f1619b472eefa17319c9c1cf6904b9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 31 Jan 2016 16:22:08 +0100 Subject: [PATCH] travis: also try to build OSX package --- .travis/run.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5