]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: also try to build OSX package
authorVincent Bernat <vincent@bernat.im>
Sun, 31 Jan 2016 15:22:08 +0000 (16:22 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 31 Jan 2016 15:22:08 +0000 (16:22 +0100)
.travis/run.sh

index 1d57cff81dee01efefd1acf3bc8bc5ac7c29e605..4e8e67472d1e1a4fa47391968a6ae4900b4de66d 100755 (executable)
@@ -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