|
@@ -54,4 +54,15 @@ jobs:
|
|
run: |
|
|
run: |
|
|
xcodebuild build -project $PROJECT -scheme "$SCHEME" -destination "$DESTINATION"
|
|
xcodebuild build -project $PROJECT -scheme "$SCHEME" -destination "$DESTINATION"
|
|
env:
|
|
env:
|
|
- SCHEME: Notification Service Extension
|
|
|
|
|
|
+ SCHEME: Notification Service Extension
|
|
|
|
+ - name: Build iOS Widget
|
|
|
|
+ run: |
|
|
|
|
+ xcodebuild build -project $PROJECT -scheme "$SCHEME" -destination "$DESTINATION"
|
|
|
|
+ env:
|
|
|
|
+ SCHEME: Widget
|
|
|
|
+ - name: Build iOS Widget Dashboard IntentHandler
|
|
|
|
+ run: |
|
|
|
|
+ xcodebuild build -project $PROJECT -scheme "$SCHEME" -destination "$DESTINATION"
|
|
|
|
+ env:
|
|
|
|
+ SCHEME: WidgetDashboardIntentHandler
|
|
|
|
+
|