-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # Samples/DITranquillityTest/DITranquillityTest.xcodeproj/project.pbxproj # Samples/DITranquillityTest/DITranquillityTest/DITranquillityTests_Performance.swift
- Loading branch information
Showing
148 changed files
with
6,611 additions
and
7,147 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,32 @@ | ||
language: objective-c | ||
osx_image: xcode8 | ||
osx_image: xcode8.3 | ||
env: | ||
global: | ||
global: | ||
- LC_CTYPE=en_US.UTF-8 | ||
- LANG=en_US.UTF-8 | ||
- PROJECT=DITranquillity.xcodeproj | ||
- FRAMEWORK_NAME=DITranquillity | ||
- IOS_SDK=iphonesimulator10.0 | ||
- OSX_SDK=macosx10.12 | ||
- TVOS_SDK=appletvsimulator10.0 | ||
- IOS_SDK=iphonesimulator | ||
- OSX_SDK=macosx | ||
- TVOS_SDK=appletvsimulator | ||
matrix: | ||
- DESTINATION="OS=8.4,name=iPhone 5" SCHEME="DITranquillity-iOS" SDK="$IOS_SDK" PLATFORM="iOS" | ||
- DESTINATION="OS=9.3,name=iPhone 6" SCHEME="DITranquillity-iOS" SDK="$IOS_SDK" PLATFORM="iOS" | ||
- DESTINATION="OS=10.0,name=iPhone 6S Plus" SCHEME="DITranquillity-iOS" SDK="$IOS_SDK" PLATFORM="iOS" | ||
- DESTINATION="arch=x86_64" SCHEME="DITranquillity-OSX" SDK="$OSX_SDK" PLATFORM="Mac" | ||
- DESTINATION="OS=9.2,name=Apple TV 1080p" SCHEME="DITranquillity-tvOS" SDK="$TVOS_SDK" PLATFORM="tvOS" | ||
- DESTINATION="OS=10.0,name=Apple TV 1080p" SCHEME="DITranquillity-tvOS" SDK="$TVOS_SDK" PLATFORM="tvOS" | ||
before_install: | ||
- brew update | ||
- brew outdated carthage || brew upgrade carthage | ||
- brew outdated carthage || brew upgrade carthage | ||
before_deploy: | ||
- carthage build --no-skip-current | ||
- carthage archive $FRAMEWORK_NAME | ||
script: | ||
- open -b com.apple.iphonesimulator # Workaround /~https://github.com/travis-ci/travis-ci/issues/3040 | ||
- xcodebuild -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" | ||
- xcodebuild -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" | ||
-configuration Release ONLY_ACTIVE_ARCH=NO build | ||
- pod lib lint --quick; | ||
notifications: | ||
email: | ||
on_success: never | ||
on_success: never |
This file contains 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
This file contains 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
Oops, something went wrong.