Commit
This commit is contained in:
19
Carthage/Checkouts/TrueTime.swift/.travis.yml
vendored
Normal file
19
Carthage/Checkouts/TrueTime.swift/.travis.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
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
|
Reference in New Issue
Block a user