Skip to content

Commit

Permalink
Update CI and documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
BB9z committed Dec 12, 2022
1 parent 5500eae commit 38b3a22
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 657 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
- uses: actions/checkout@v3
- name: SPM Build
run: swift build
- name: Test
- name: SPM Test
run: swift test
- name: macOS Build
run: xcodebuild build -scheme B9MulticastDelegate -destination 'generic/platform=macOS' | xcpretty
- name: iOS Build
run: xcodebuild build -scheme B9MulticastDelegate -destination 'generic/platform=iOS' | xcpretty
- name: tvOS Build
run: xcodebuild build -scheme B9MulticastDelegate -destination 'generic/platform=tvOS' | xcpretty
- name: watchOS Build
run: xcodebuild build -scheme B9MulticastDelegate -destination 'generic/platform=watchOS' | xcpretty
25 changes: 0 additions & 25 deletions B9MulticastDelegate.xcodeproj/B9MulticastDelegateTests_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions B9MulticastDelegate.xcodeproj/B9MulticastDelegate_Info.plist

This file was deleted.

Loading

0 comments on commit 38b3a22

Please sign in to comment.