Skip to content

Commit

Permalink
feat(circle): Add setup rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton committed Sep 26, 2018
1 parent 1388ed9 commit fac6d0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/react-native/Makefile
Expand Up @@ -144,7 +144,10 @@ fastlane.match.adhoc:
fastlane.match.appstore:
time bundle exec fastlane run match type:appstore readonly:true

fastlane.ios.build.release: fastlane.match.appstore
fastlane.setup_circle:
time bundle exec fastlane run setup_circle_ci

fastlane.ios.build.release: fastlane.setup_circle
mkdir -p $(BUILD_IOS)
time bundle exec fastlane run gym --verbose \
clean:true \
Expand Down

0 comments on commit fac6d0b

Please sign in to comment.