-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from oversizedev/develop
Update CI and delete CloudKit services
- Loading branch information
Showing
15 changed files
with
69 additions
and
556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,51 @@ | ||
name: CI - Push | ||
name: CI | ||
|
||
on: | ||
push: | ||
branches: ["main"] | ||
branches: | ||
- '**' | ||
workflow_dispatch: | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
|
||
build-swiftpm: | ||
name: Build packages | ||
name: Build SwiftPM | ||
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm.yml@main | ||
strategy: | ||
matrix: | ||
packages: [OversizeServices, OversizeHealthService, OversizeCloudKitService, OversizeStoreService, OversizeLocationService, OversizeCalendarService, OversizeContactsService, OversizeNotificationService, OversizeFileManagerService] | ||
packages: | ||
- OversizeServices | ||
- OversizeStoreService | ||
- OversizeLocationService | ||
- OversizeCalendarService | ||
- OversizeContactsService | ||
- OversizeNotificationService | ||
- OversizeFileManagerService | ||
destination: | ||
- platform=iOS Simulator,name=iPhone 16,OS=18.1 | ||
- platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.1 | ||
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.1 | ||
- platform=macOS,arch=arm64 | ||
|
||
with: | ||
package: ${{ matrix.packages }} | ||
destination: ${{ matrix.destination }} | ||
secrets: inherit | ||
|
||
# tests: | ||
# name: Test | ||
# needs: build-swiftpm | ||
# uses: oversizedev/GithubWorkflows/.github/workflows/test.yml@main | ||
# secrets: inherit | ||
# tests: | ||
# name: Test | ||
# needs: build-swiftpm | ||
# uses: oversizedev/GithubWorkflows/.github/workflows/test.yml@main | ||
# secrets: inherit | ||
|
||
bump: | ||
name: Bump version | ||
needs: build-swiftpm | ||
if: github.ref == 'refs/heads/main' | ||
uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main | ||
secrets: inherit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 0 additions & 70 deletions
70
Sources/OversizeCloudKitService/AssetsCloudKitService.swift
This file was deleted.
Oops, something went wrong.
172 changes: 0 additions & 172 deletions
172
Sources/OversizeCloudKitService/DressWeatherCloudKitService.swift
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.