1
0
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:
Per Classon
2020-01-10 05:10:18 -05:00
committed by GitHub
parent eea6f180ee
commit 00306723ba
14 changed files with 13988 additions and 13970 deletions

View File

@@ -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