Open talentedbrute opened 2 years ago
With all of the dependencies being built by the prebuild script it would be very helpful if the script stopped when a build error was encountered. As of right now the script will finish successfully even when something failed in the build prior.
Adding set -e near the start of the prebuild.sh file might give you what you are looking for.
set -e
With all of the dependencies being built by the prebuild script it would be very helpful if the script stopped when a build error was encountered. As of right now the script will finish successfully even when something failed in the build prior.