mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 22:38:42 +00:00
Add command to travis CI to analyze if update-code-segments has been run for Flutter Gallery (#219)
* Add command to travis CI to analyze if update-code-segments has been run
This commit is contained in:
@@ -57,6 +57,11 @@ do
|
||||
popd
|
||||
done
|
||||
|
||||
echo "Run code segments check for 'gallery/gallery'."
|
||||
pushd gallery/gallery
|
||||
"${localSdkPath}/bin/flutter" pub run grinder verify-code-segments
|
||||
popd
|
||||
|
||||
echo "Building the aar files for 'flutter_module'."
|
||||
pushd add_to_app/flutter_module
|
||||
"${localSdkPath}/bin/flutter" build aar
|
||||
|
||||
Reference in New Issue
Block a user