Files
Schedule-ICTIS/Carthage/Checkouts/TrueTime.swift/.travis.yml
Vladimir Dubovik 5abafda21b Commit
2025-06-13 11:59:16 +03:00

20 lines
897 B
YAML

osx_image: xcode10.2
language: objective-c
env:
matrix:
- PLATFORM=iOS SDK=iphonesimulator SCHEME=TrueTime-iOS DESTINATION="platform=iOS Simulator,name=iPhone 6,OS=10.0"
- PLATFORM=Mac SDK=macosx SCHEME=TrueTime-Mac DESTINATION="platform=macOS"
- PLATFORM=tvOS SDK=appletvsimulator SCHEME=TrueTime-tvOS DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p,OS=10.0"
install:
- brew remove swiftlint --force || true
- brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/8d6cbc8/Formula/swiftlint.rb
- brew remove carthage --force || true
- brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/75d2a4a/Formula/carthage.rb
- gem install xcpretty
- carthage bootstrap --platform "$PLATFORM" --cache-builds --no-use-binaries --toolchain com.apple.dt.toolchain.Swift_3_1
script:
- Scripts/test
cache:
directories:
- Carthage/Build