Create build-all.sh

This commit is contained in:
Jafea7 2025-03-22 18:07:09 +11:00 committed by jafea7
parent fd32c82ae5
commit 92aa630676
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