Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
BUILD update build.triggerBuild.sh help
Browse files Browse the repository at this point in the history
  • Loading branch information
Boehrsi committed Jun 4, 2020
1 parent d2619a7 commit 0840713
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/build.triggerBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ if [[ "$#" != 6 ]]; then
echo "5. parameter: Build number (integer)"
echo "6. parameter: Core version [local, latest, 'Github tag']"
echo
echo "Example android: ./build.triggerBuild.sh android release stable 0.450.1 415 local"
echo "Example iOS: ./build.triggerBuild.sh ios release stable 0.450.1 415 local"
echo "Examples:"
echo "Android AppCenter: ./build.triggerBuild.sh android release stable 0.700.2 518 local"
echo "Android Google Play: ./build.triggerBuild.sh android release stable 0.700.2 518 local"
echo "iOS AppCenter: ./build.triggerBuild.sh ios release development 0.700.2 518 local"
echo "iOS TestFlight: ./build.triggerBuild.sh ios release stable 0.700.2 518 local"
exit 0
fi

Expand Down

0 comments on commit 0840713

Please sign in to comment.