-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
suzuki_keishi
committed
Jan 20, 2016
1 parent
c7f6aa7
commit 6760851
Showing
3 changed files
with
359 additions
and
361 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,17 +1,15 @@ | ||
language: objective-c | ||
osx_image: xcode7.1 | ||
osx_image: xcode7.2 | ||
branches: | ||
only: | ||
- master | ||
env: | ||
matrix: | ||
- DESTINATION="OS=9.1,name=iPad 2" | ||
- DESTINATION="OS=9.2,name=iPhone 6" | ||
before_install: | ||
- gem install xcpretty | ||
script: | ||
- xcodebuild -version | ||
# - xcodebuild -project CountdownLabelExample/CountdownLabelExample.xcodeproj -scheme CountdownLabelTests -sdk iphonesimulator -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES test | xcpretty -c | ||
# - xcodebuild -project CountdownLabel.xcodeproj -scheme CountdownLabelTests -sdk iphonesimulator -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=YES test | xcpretty -c | ||
- xcodebuild -project CountdownLabel.xcodeproj -scheme CountdownLabelTests -sdk iphonesimulator -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=YES test | xcpretty -c | ||
- xcodebuild -project CountdownLabel.xcodeproj -scheme CountdownLabelTests -sdk iphonesimulator -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES test | xcpretty -c | ||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) |
Binary file not shown.
Oops, something went wrong.