Skip to content

Commit

Permalink
Update build-all-targets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zahnooo authored Feb 27, 2024
1 parent 4217f11 commit 9cd7036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v4

- name: Build Simulator
run: set -o pipefail && xcodebuild -scheme StreamDeckSimulator -destination "platform=iOS Simulator,name=iPhone 15,OS=latest" | xcpretty
run: set -o pipefail && xcodebuild -scheme StreamDeckSimulator -destination "platform=iOS Simulator,name=iPad Air (5th generation),OS=latest" | xcpretty

- name: Build Example
run: |
cd Example
set -o pipefail && xcodebuild -scheme "StreamDeckKitExample App" -destination "platform=iOS Simulator,name=iPhone 15,OS=latest" | xcpretty
set -o pipefail && xcodebuild -scheme "StreamDeckKitExample App" -destination "platform=iOS Simulator,name=iPad Air (5th generation),OS=latest" | xcpretty

0 comments on commit 9cd7036

Please sign in to comment.