Files
moonlight-ios/.travis.yml
2020-03-25 18:24:04 -07:00

25 lines
646 B
YAML

language: objective-c
git:
depth: 1
matrix:
include:
- os: osx
osx_image: xcode11.4
env:
- SCHEME="Moonlight"
- TARGET="platform=iOS Simulator,OS=13.4,name=iPhone 11 Pro"
- os: osx
osx_image: xcode11.4
env:
- SCHEME="Moonlight"
- TARGET="platform=iOS Simulator,OS=13.4,name=iPad Pro (9.7-inch)"
- os: osx
osx_image: xcode11.4
env:
- SCHEME="Moonlight TV"
- TARGET="platform=tvOS Simulator,OS=13.4,name=Apple TV 4K"
script:
- set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -destination "$TARGET" build | xcpretty