Skip to content

Commit

Permalink
feat(android): Check if apk is correctly signed
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton committed Dec 11, 2018
1 parent 66c1d32 commit 2853abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/react-native/Makefile
Expand Up @@ -294,8 +294,8 @@ fastlane.android.build:
FL_GRADLE_TASK=assembleReleaseAndPublish \
bundle exec fastlane run gradle --verbose

# test if apk has been correctly exported
test -f $(ANDROID_BUILD)/*.apk
# check if apk is correctly signed
jarsigner -verify $(ANDROID_BUILD)/*.apk

fastlane.ios.release:
time bundle exec fastlane run pilot upload --verbose ipa:$(IOS_BUILD)/Berty.ipa skip_waiting_for_build_processing:true
Expand Down

0 comments on commit 2853abf

Please sign in to comment.