new build script

This commit is contained in:
reusedname 2025-03-02 14:09:02 +05:00
parent 5a23d95a4b
commit 234a81b847
1 changed files with 6 additions and 0 deletions

6
build-all.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
mvn clean -f ./master
mvn verify -am -f ./master -pl :client -Djavafx.platform=win
mvn verify -am -f ./master -pl :client -Djavafx.platform=linux
mvn verify -am -f ./master -pl :client -Djavafx.platform=mac
mvn verify -am -f ./master -pl :server