File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959
6060 - name : Build integrated Android tester app
6161 run : |
62- cd apps/tester-integrated/kotlin
63- ./gradlew assembleDebug
62+ yarn run build:tester-integrated:android
6463
6564 tester-ios :
6665 name : Integrated tester iOS App
@@ -101,8 +100,7 @@ jobs:
101100
102101 - name : Build integrated iOS tester app
103102 run : |
104- cd apps/tester-integrated/swift
105- xcodebuild -workspace SwiftExample.xcworkspace -scheme SwiftExample -configuration Release -sdk iphonesimulator build CODE_SIGNING_ALLOWED=NO
103+ yarn run build:tester-integrated:ios
106104
107105 packaging-android :
108106 name : Android integration workflow with CLI
@@ -149,8 +147,7 @@ jobs:
149147
150148 - name : Build native Android Brownfield app
151149 run : |
152- cd apps/AndroidApp
153- ./gradlew assembleDebug
150+ yarn run build:example:android-consumer
154151
155152 packaging-ios :
156153 name : iOS integration workflow with CLI
@@ -196,5 +193,4 @@ jobs:
196193
197194 - name : Build Brownfield iOS native app
198195 run : |
199- cd apps/iOSApp
200- xcodebuild -project ./Brownfield\ iOS\ App.xcodeproj -scheme "Brownfield iOS App" -configuration Release -sdk iphonesimulator build CODE_SIGNING_ALLOWED=NO
196+ yarn run build:example:ios-consumer
You can’t perform that action at this time.
0 commit comments