Skip to content

Commit 68013f9

Browse files
committed
chore: uncomment ios job
1 parent f1bf62a commit 68013f9

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.circleci/config.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -133,28 +133,28 @@ jobs:
133133
command: yarn build:android
134134
- save-cache: *save-gradle-cache
135135

136-
# ios-checkout:
137-
# <<: *macos_defaults
138-
# steps:
139-
# - checkout
140-
# - restore-cache: *restore-yarn-cache
141-
# - run: rm -rf node_modules
142-
# - run: yarn cache clean
143-
# - run: *yarn
144-
# - save-cache: *save-yarn-cache
145-
# - persist_to_workspace:
146-
# root: .
147-
# paths: .
136+
ios-checkout:
137+
<<: *macos_defaults
138+
steps:
139+
- checkout
140+
- restore-cache: *restore-yarn-cache
141+
- run: rm -rf node_modules
142+
- run: yarn cache clean
143+
- run: *yarn
144+
- save-cache: *save-yarn-cache
145+
- persist_to_workspace:
146+
root: .
147+
paths: .
148148

149-
# ios-compile:
150-
# <<: *macos_defaults
151-
# steps:
152-
# - attach_workspace:
153-
# at: ~/react-native-progress-bar-android
154-
# - run:
155-
# name: Build example app
156-
# command: |-
157-
# react-native run-ios --project-path example/ios
149+
ios-compile:
150+
<<: *macos_defaults
151+
steps:
152+
- attach_workspace:
153+
at: ~/react-native-progress-bar-android
154+
- run:
155+
name: Build example app
156+
command: |-
157+
react-native run-ios --project-path example/ios
158158
159159
# -------------------------
160160
# WORKFLOWS

0 commit comments

Comments
 (0)