extend regression tests
run distcheck rather than just dist, cmake tests
This commit is contained in:
parent
9606a6b5e9
commit
53eacb360e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user