Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
BoltsFramework
Bolts-ObjC
Merge requests
!186
An error occurred while fetching the assigned milestone of the selected merge_request.
Make tvOS tests run in Travis-CI.
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Nikita Lutsenko
requested to merge
nlutsenko.test.tvos
into
master
9 years ago
Overview
2
Commits
1
Pipelines
0
Changes
1
0
0
Compare
master
master (base)
and
latest version
latest version
17076cb8
1 commit,
2 years ago
1 file
+
2
-
2
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
.travis.yml
+
2
-
2
Options
View file @ 17076cb8
Edit in single-file editor
Open in Web IDE
Show full file
@@ -29,9 +29,9 @@ script:
elif [ "$TEST_TYPE" = OSX ]; then
set -o pipefail
xcodebuild test -project Bolts.xcodeproj -sdk macosx -scheme Bolts-OSX -configuration Debug GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c
elif [ "$TEST_TYPE" = OS
X
]; then
elif [ "$TEST_TYPE" =
tv
OS ]; then
set -o pipefail
xcodebuild test -project Bolts.xcodeproj -scheme Bolts-tvOS -configuration Debug GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c
xcodebuild test -project Bolts.xcodeproj
-sdk appletvsimulator
-scheme Bolts-tvOS -configuration Debug GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c
elif [ "$TEST_TYPE" = CocoaPods ]; then
pod lib lint Bolts.podspec
pod lib lint --use-libraries Bolts.podspec
Menu
Explore
Projects
Groups
Snippets