travis: Invoke distcheck to make sure all needed files are packaged

This commit is contained in:
Jakub Jelen 2021-05-01 21:18:32 +02:00 committed by Frank Morgner
parent 98663528cf
commit 06ac408bb4
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ script:
fi;
fi
- if [ -z "$HOST" -a "${DO_COVERITY_SCAN}" != "yes" -a -z "$DO_SIMULATION" ]; then
make check && make dist || (cat tests/*log src/tests/unittests/*log && exit 1);
make check && make distcheck || (cat tests/*log src/tests/unittests/*log && exit 1);
fi
- if [ ! -z "$HOST" -a "${DO_COVERITY_SCAN}" != "yes" ]; then
make install;