Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
d1583fc3
Unverified
Commit
d1583fc3
authored
Aug 15, 2020
by
Dan Field
Committed by
GitHub
Aug 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop xcpretty for tests (#63804)
parent
2b25e291
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
Gemfile
dev/ci/mac/Gemfile
+0
-1
build_and_test.sh
...ntegration_tests/ios_add2app_life_cycle/build_and_test.sh
+2
-6
No files found.
dev/ci/mac/Gemfile
View file @
d1583fc3
...
...
@@ -4,7 +4,6 @@ source 'https://rubygems.org'
# If fastlane fails with a wrong Google Cloud dependency, bump this version,
# e.g. https://github.com/flutter/flutter/pull/43362
gem
'fastlane'
,
'2.134.0'
gem
'xcpretty'
,
'0.3.0'
# Don't pin cocoapods so we can catch breakages from upstream changes, e.g.
# https://github.com/flutter/flutter/issues/41144
...
...
dev/integration_tests/ios_add2app_life_cycle/build_and_test.sh
View file @
d1583fc3
...
...
@@ -14,13 +14,9 @@ popd
pod
install
os_version
=
$(
xcrun
--show-sdk-version
--sdk
iphonesimulator
)
PRETTY
=
"cat"
if
which xcpretty
;
then
PRETTY
=
"xcpretty"
fi
set
-o
pipefail
&&
xcodebuild
\
xcodebuild
\
-workspace
ios_add2app.xcworkspace
\
-scheme
ios_add2app
\
-sdk
"iphonesimulator
$os_version
"
\
-destination
"OS=
$os_version
,name=iPhone X"
test
|
$PRETTY
-destination
"OS=
$os_version
,name=iPhone X"
test
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