Last active
August 25, 2021 22:46
-
-
Save przemek-jablonski/b38a3d3f801a2495d774ab92364584a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Build and test ( macOS 12.0 Monterey) | |
run: xcodebuild test -scheme Earendil -destination 'platform=macOS,arch=x86_64,id=4666018E-420F-C1B5-9525-B145CECA79EB' | |
- name: Build and test ( mac Catalyst 12.0) | |
run: xcodebuild test -scheme Earendil -destination 'platform=macOS,arch=x86_64,variant=Mac Catalyst,id=4666018E-420F-C1B5-9525-B145CECA79EB' | |
- name: Build and test ( tvOS 15.0) | |
run: xcodebuild test -scheme Earendil -destination 'platform=tvOS Simulator,OS=15.0,name=Apple TV 4K (2nd generation)' | |
- name: Build and test ( iOS 15.0) | |
run: xcodebuild test -scheme Earendil -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12 Pro' | |
- name: Build and test ( watchOS 8.0) | |
run: xcodebuild test -scheme Earendil -destination 'platform=watchOS Simulator,OS=8.0,name=Apple Watch Series 6 - 40mm' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment