Skip to content

Commit 4d6f99a

Browse files
committed
Update
1 parent fdb806d commit 4d6f99a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,15 @@ jobs:
1111

1212
- run: bundle install
1313
- run: pod install --repo-update
14+
1415
# - run: ./build-ci.sh /tmp/PinLayout
15-
- run: set -o pipefail && xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-iOS -sdk iphonesimulator15.2 -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' | xcpretty
16+
17+
- name: Build PinLayout-iOS
18+
run: set -o pipefail && xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-iOS -sdk iphonesimulator15.2 -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' | xcpretty
19+
20+
- name: Build PinLayout-tvOS
21+
run: set -o pipefail && xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-tvOS -sdk appletvsimulator15.2 -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=15.2' | xcpretty
22+
1623
- run: echo "🍏 This job's status is ${{ job.status }}."
1724

1825
# Build:

0 commit comments

Comments
 (0)