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