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
30cf0d4a
Unverified
Commit
30cf0d4a
authored
Jan 25, 2021
by
Romain Rastel
Committed by
GitHub
Jan 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[integration_test] fix zip command (#74473)
parent
9ba06b4d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
README.md
packages/integration_test/README.md
+5
-2
No files found.
packages/integration_test/README.md
View file @
30cf0d4a
...
@@ -226,7 +226,7 @@ Execute this script at the root of your Flutter app:
...
@@ -226,7 +226,7 @@ Execute this script at the root of your Flutter app:
```
sh
```
sh
output
=
"../build/ios_integ"
output
=
"../build/ios_integ"
product
=
"
$output
/Build/Products"
product
=
"
build/ios_integ
/Build/Products"
dev_target
=
"14.3"
dev_target
=
"14.3"
# Pass --simulator if building for the simulator.
# Pass --simulator if building for the simulator.
...
@@ -234,7 +234,10 @@ flutter build ios integration_test/foo_test.dart -release
...
@@ -234,7 +234,10 @@ flutter build ios integration_test/foo_test.dart -release
pushd
ios
pushd
ios
xcodebuild
-workspace
Runner.xcworkspace
-scheme
Runner
-config
Flutter/Release.xcconfig
-derivedDataPath
$output
-sdk
iphoneos build-for-testing
xcodebuild
-workspace
Runner.xcworkspace
-scheme
Runner
-config
Flutter/Release.xcconfig
-derivedDataPath
$output
-sdk
iphoneos build-for-testing
zip
-r
"
$output
/ios_tests.zip"
"
$product
/Release-iphoneos"
"
$product
/Runner_iphoneos
$dev_target
-arm64.xctestrun"
popd
pushd
$product
zip
-r
"ios_tests.zip"
"Release-iphoneos"
"Runner_iphoneos
$dev_target
-arm64.xctestrun"
popd
popd
```
```
...
...
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