Improve the package build pipeline

This commit is contained in:
Veronica Berglyd Olsen
2022-08-18 22:38:32 +02:00
parent e98e758b5f
commit d4878525ac
2 changed files with 98 additions and 18 deletions
+7
View File
@@ -6,6 +6,13 @@ if [ ! -f setup.py ]; then
exit 1
fi
echo ""
echo " Building Dependencies"
echo "================================================================================"
echo ""
python3 setup.py clean-assets
python3 setup.py qtlrelease manual sample
echo ""
echo " Building Minimal Packages"
echo "================================================================================"