Build both server, zero for iOS

This commit is contained in:
Duy Tran Khanh 2021-09-21 17:03:46 +07:00 committed by GitHub
parent c3af3a2387
commit 89dc0dfd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,12 @@ then
then
export JVM_VARIANTS=client
fi
elif [ "$BUILD_IOS" == "1" ]; then
echo "VM variant: server,zero"
if [ -z "$JVM_VARIANTS" ]
then
export JVM_VARIANTS="server,zero"
fi
else
echo "VM variant: server"
if [ -z "$JVM_VARIANTS" ]