-
Notifications
You must be signed in to change notification settings - Fork 116
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
1 changed file
with
3 additions
and
4 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 |
---|---|---|
|
@@ -3,16 +3,15 @@ | |
[email protected] | ||
|
||
fetch=git clone https://github.com/flutter/devtools.git tests | ||
fetch=git -C tests checkout ffcc1529ee01e28bcf0c4551d5174627af20c5da | ||
fetch=git -C tests checkout 4a5253428e719e95d31443bf89153891c6f4b380 | ||
|
||
setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt | ||
|
||
update=packages/devtools_app | ||
update=packages/devtools_app_shared | ||
update=packages/devtools_extensions | ||
update=packages/devtools_shared | ||
update=packages/devtools_test | ||
update=tool | ||
|
||
setup.linux=./tool/bin/devtools_tool generate-code --upgrade >> output.txt | ||
|
||
test.linux=./tool/flutter_customer_tests/analyze.sh | ||
|
||
|