Skip to content

Commit 38b3a22

Browse files
committed
Update CI and documents.
1 parent 5500eae commit 38b3a22

File tree

8 files changed

+20
-657
lines changed

8 files changed

+20
-657
lines changed

.github/workflows/spm.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ jobs:
66
build:
77
runs-on: macos-latest
88
steps:
9-
- uses: actions/checkout@v2
10-
- name: Build
9+
- uses: actions/checkout@v3
10+
- name: SPM Build
1111
run: swift build
12-
- name: Test
12+
- name: SPM Test
1313
run: swift test
14+
- name: macOS Build
15+
run: xcodebuild build -scheme B9MulticastDelegate -destination 'generic/platform=macOS' | xcpretty
16+
- name: iOS Build
17+
run: xcodebuild build -scheme B9MulticastDelegate -destination 'generic/platform=iOS' | xcpretty
18+
- name: tvOS Build
19+
run: xcodebuild build -scheme B9MulticastDelegate -destination 'generic/platform=tvOS' | xcpretty
20+
- name: watchOS Build
21+
run: xcodebuild build -scheme B9MulticastDelegate -destination 'generic/platform=watchOS' | xcpretty

B9MulticastDelegate.xcodeproj/B9MulticastDelegateTests_Info.plist

Lines changed: 0 additions & 25 deletions
This file was deleted.

B9MulticastDelegate.xcodeproj/B9MulticastDelegate_Info.plist

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)