Sign in
flutter
/
mirrors
/
engine
/
6c2ade9fa2b555899530a31cc8cbd1dff3bf5eea
/
.
/
ci
/
build.sh
blob: 57699445121c1f58fe57e40d2048b791b2612d1a [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
ex
PATH
=
"$HOME/depot_tools:$PATH"
cd
..
# Build the dart UI files
flutter
/
tools
/
gn
--
unoptimized
ninja
-
C out
/
host_debug_unopt generate_dart_ui
# Analyze the dart UI
flutter
/
ci
/
analyze
.
sh
flutter
/
ci
/
licenses
.
sh