Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/xcode.yml')
-rw-r--r--.github/workflows/xcode.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.github/workflows/xcode.yml b/.github/workflows/xcode.yml
index 02d4facef..1e30e7d98 100644
--- a/.github/workflows/xcode.yml
+++ b/.github/workflows/xcode.yml
@@ -54,4 +54,15 @@ jobs:
run: |
xcodebuild build -project $PROJECT -scheme "$SCHEME" -destination "$DESTINATION"
env:
- SCHEME: Notification Service Extension \ No newline at end of file
+ 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
+ \ No newline at end of file