Add starting wekan test to arm64/s390x/ppc64el release scripts.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2022-09-05 15:08:03 +03:00
parent a06e971a53
commit 51ed0acc4f
3 changed files with 12 additions and 0 deletions

View file

@ -31,3 +31,7 @@ find . -name '*.swp' | xargs rm -f
cd ..
7z a wekan-$1-arm64.zip bundle
sudo snap start juju-db
./start-wekan.sh

View file

@ -32,3 +32,7 @@ cd ..
(cd bundle/programs/server/npm/node_modules/meteor/accounts-password && npm remove bcrypt && npm install bcrypt)
7z a wekan-$1-ppc64le.zip bundle
sudo snap start juju-db
./start-wekan.sh

View file

@ -44,3 +44,7 @@ find . -name '*.swp' | xargs rm -f
cd ..
7za a wekan-$1-s390x.zip bundle
sudo snap start juju-db
./start-wekan.sh