Skip to content

Commit 8c87aef

Browse files
authored
Added tvOS tests, SPI shields (#26)
1 parent 926bd17 commit 8c87aef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: AudioKit/ci/.github/workflows/swift_test.yml@main
1414
with:
1515
scheme: SoundpipeAudioKit
16-
platforms: iOS macOS
16+
platforms: iOS macOS tvOS
1717
swift-versions: 5.5 5.6
1818

1919
# Send notification to Discord on failure.
@@ -22,4 +22,4 @@ jobs:
2222
uses: AudioKit/ci/.github/workflows/send_notification.yml@main
2323
needs: [swift_test]
2424
if: ${{ failure() && github.ref == 'refs/heads/main' }}
25-
secrets: inherit
25+
secrets: inherit

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
[![Build Status](https://github.com/AudioKit/SoundpipeAudioKit/workflows/CI/badge.svg)](https://github.com/AudioKit/SoundpipeAudioKit/actions?query=workflow%3ACI)
77
[![License](https://img.shields.io/github/license/AudioKit/SoundpipeAudioKit)](https://github.com/AudioKit/SoundpipeAudioKit/blob/main/LICENSE)
8-
[![Platform](https://img.shields.io/cocoapods/p/AudioKit)](https://github.com/AudioKit/AudioKit/)
8+
[![Swift Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FAudioKit%2FSoundpipeAudioKit%2Fbadge%3Ftype%3Dswift-versions&label=)](https://swiftpackageindex.com/AudioKit/SoundpipeAudioKit)
9+
[![Platform Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FAudioKit%2FSoundpipeAudioKit%2Fbadge%3Ftype%3Dplatforms&label=)](https://swiftpackageindex.com/AudioKit/SoundpipeAudioKit)
910
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
1011
[![Twitter Follow](https://img.shields.io/twitter/follow/AudioKitPro.svg?style=social)](https://twitter.com/AudioKitPro)
1112

0 commit comments

Comments
 (0)