-
Notifications
You must be signed in to change notification settings - Fork 626
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
Showing
49 changed files
with
943 additions
and
97 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,8 +1,12 @@ | ||
language: objective-c | ||
install: gem install xcpretty --no-rdoc --no-ri --no-document --quiet | ||
install: | ||
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet | ||
- sudo easy_install cpp-coveralls | ||
script: | ||
- export LC_CTYPE=en_US.UTF-8 | ||
- set -o pipefail | ||
- xcodebuild test -project XCDYouTubeKit.xcodeproj -scheme 'XCDYouTubeKit iOS' -destination 'platform=iOS Simulator,name=iPhone Retina (4-inch)' | xcpretty -c | ||
- xcodebuild test -project XCDYouTubeKit.xcodeproj -scheme 'XCDYouTubeKit iOS' -destination 'platform=iOS Simulator,name=iPhone Retina (4-inch 64-bit)' | xcpretty -c | ||
- xcodebuild test -project XCDYouTubeKit.xcodeproj -scheme 'XCDYouTubeKit iOS' -destination 'platform=iOS Simulator,name=iPhone Retina (4-inch 64-bit)' OBJROOT=XCDYouTubeKit/build | xcpretty -c | ||
- xcodebuild test -project XCDYouTubeKit.xcodeproj -scheme 'XCDYouTubeKit OS X' | xcpretty -c | ||
after_success: | ||
- ./Scripts/coveralls.sh |
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
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!/bin/bash -e | ||
|
||
if [[ -z "${TRAVIS_JOB_ID}" ]]; then | ||
exit 0 | ||
fi | ||
|
||
COVERALLS_SCRIPT_PATH="${SRCROOT}/Scripts/coveralls.sh" | ||
cat > "${COVERALLS_SCRIPT_PATH}" <<EOF | ||
#!/bin/bash -e | ||
cd "${OBJECT_FILE_DIR_normal}/${CURRENT_ARCH}" | ||
for file in *.gcda; do | ||
gcov "\${file}" | ||
done | ||
coveralls --root "${SRCROOT}/XCDYouTubeKit" --no-gcov --extension ".m" | ||
EOF | ||
|
||
chmod +x "${COVERALLS_SCRIPT_PATH}" |
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
79 changes: 79 additions & 0 deletions
79
...ttes/XCDYouTubeProtectedVideosTestCase/testProtectedVideoWithBrokenSignatureFunction.json
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
79 changes: 79 additions & 0 deletions
79
...CDYouTubeProtectedVideosTestCase/testProtectedVideoWithJavaScriptFunctionsInVarScope.json
Large diffs are not rendered by default.
Oops, something went wrong.
88 changes: 88 additions & 0 deletions
88
.../XCDYouTubeProtectedVideosTestCase/testProtectedVideoWithPlayerScriptConnectionError.json
Large diffs are not rendered by default.
Oops, something went wrong.
73 changes: 73 additions & 0 deletions
73
...ettes/XCDYouTubeProtectedVideosTestCase/testProtectedVideoWithWebPageConnectionError.json
Large diffs are not rendered by default.
Oops, something went wrong.
79 changes: 79 additions & 0 deletions
79
...ettes/XCDYouTubeProtectedVideosTestCase/testProtectedVideoWithoutJavaScriptPlayerURL.json
Large diffs are not rendered by default.
Oops, something went wrong.
79 changes: 79 additions & 0 deletions
79
...ssettes/XCDYouTubeProtectedVideosTestCase/testProtectedVideoWithoutSignatureFunction.json
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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.