Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
ee819ea7
Commit
ee819ea7
authored
Feb 16, 2016
by
Thomas Van Lenten
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1245 from thomasvl/tweak_xctool_ios_run
Tweak the xctool run for iOS tests to try and sort out flake
parents
7d1cc109
30e645b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
travis.sh
travis.sh
+7
-1
No files found.
travis.sh
View file @
ee819ea7
...
...
@@ -200,12 +200,18 @@ build_objectivec_ios() {
"platform=iOS Simulator,name=iPad Air,OS=9.2"
# 64bit
)
for
i
in
"
${
IOS_DESTINATIONS
[@]
}
"
;
do
# Throw -newSimulatorInstance in incase it helps with the flake that
# started happening after xctool 0.2.8 got released.
# Use -reporter plain to avoid escape codes in output while sorting out
# flake that doesn't seem source related.
internal_xctool_debug_and_release
\
-project
objectivec/ProtocolBuffers_iOS.xcodeproj
\
-scheme
ProtocolBuffers
\
-sdk
iphonesimulator
\
-destination
"
${
i
}
"
\
run-tests
-reporter
plain
\
run-tests
\
-newSimulatorInstance
done
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment