test zero only build

This commit is contained in:
Duy Tran Khanh 2021-09-21 17:46:55 +07:00 committed by GitHub
parent 13506dd84a
commit 98b1a53139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,10 @@ then
export JVM_VARIANTS=client
fi
elif [ "$BUILD_IOS" == "1" ]; then
echo "VM variant: server,zero"
echo "VM variant: szero"
if [ -z "$JVM_VARIANTS" ]
then
export JVM_VARIANTS="serverANDzero"
export JVM_VARIANTS="zero"
fi
else
echo "VM variant: server"