Skip to content

Commit

Permalink
make release-ios-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 14, 2023
1 parent da7d145 commit 27e4562
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@ release-ios: watchman-clean ##@build Build release for iOS release
$(MAKE) jsbundle-ios && \
xcodebuild -workspace ios/StatusIm.xcworkspace -scheme StatusIm -configuration Release -destination 'generic/platform=iOS' -UseModernBuildSystem=N clean archive

release-ios-pr: export TARGET := ios
release-ios-pr: export BUILD_ENV ?= prod
release-ios-pr: watchman-clean ##@build Build release for iOS PR release
@git clean -dxf -f target/ios && \
$(MAKE) jsbundle-ios && \
xcodebuild -workspace ios/StatusIm.xcworkspace -scheme StatusImPR -configuration Release -destination 'generic/platform=iOS' -UseModernBuildSystem=N clean archive



jsbundle-android: SHELL := /bin/sh
jsbundle-android: export TARGET := android
jsbundle-android: export BUILD_ENV ?= prod
Expand Down

0 comments on commit 27e4562

Please sign in to comment.