Add Ubuntu 22.10 to setup builds

This commit is contained in:
Veronica Berglyd Olsen
2022-09-14 13:33:09 +02:00
parent c48d415a9d
commit 90fbfc30ad
2 changed files with 21 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/bin/bash
set -e
if [ ! -f setup.py ]; then
echo "Must be called from the root folder of the source"
exit 1
fi
echo ""
echo " Building Dependencies"
echo "================================================================================"
echo ""
python3 setup.py clean-assets
python3 setup.py qtlrelease manual sample
echo ""
echo " Building Linux Snapshots"
echo "================================================================================"
echo ""
python3 setup.py build-ubuntu --sign --snapshot