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
|
if [ "x$ARCH" = "xnative" ]; then
|
||||||
# test autotools
|
# test autotools
|
||||||
./configure
|
./configure
|
||||||
make -j 4 check
|
make -j 4 distcheck
|
||||||
|
|
||||||
# make distribution
|
# make distribution
|
||||||
make dist
|
make dist
|
||||||
@ -27,6 +27,7 @@ if [ "x$ARCH" = "xnative" ]; then
|
|||||||
sudo apt-get install -y cmake ninja-build
|
sudo apt-get install -y cmake ninja-build
|
||||||
cmake -GNinja ..
|
cmake -GNinja ..
|
||||||
ninja
|
ninja
|
||||||
|
ninja test
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
CPU=i686
|
CPU=i686
|
||||||
|
Loading…
x
Reference in New Issue
Block a user