From 53eacb360e1746c462cddbcbf81510a5b91c00db Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 17 Sep 2015 05:05:53 -0500 Subject: extend regression tests run distcheck rather than just dist, cmake tests --- scripts/travis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/travis b/scripts/travis index 97d801c..75bff56 100755 --- a/scripts/travis +++ b/scripts/travis @@ -6,7 +6,7 @@ set -e if [ "x$ARCH" = "xnative" ]; then # test autotools ./configure - make -j 4 check + make -j 4 distcheck # make distribution make dist @@ -27,6 +27,7 @@ if [ "x$ARCH" = "xnative" ]; then sudo apt-get install -y cmake ninja-build cmake -GNinja .. ninja + ninja test fi else CPU=i686 -- cgit v1.2.3-55-g6feb