Commit ac58e26a authored by Michal Čihař's avatar Michal Čihař

Add check that we have installed all templates

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent eda973f7
......@@ -3,13 +3,18 @@
. ci/lib
INSTALL_DIR=`mktemp -d`
trap "rm -rf $INSTALL_DIR" EXIT
run_coverage ./setup.py build
check
INSTALL_DIR=`mktemp -d`
run_coverage ./setup.py install --root="$INSTALL_DIR"
check
rm -rf "$INSTALL_DIR"
run_coverage ./setup.py sdist
check
diff -ruNp weblate/html $INSTALL_DIR/usr/lib/python*/*-packages/weblate/html
check
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment