mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
12 lines
183 B
Bash
Executable File
12 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
PATH="$HOME/depot_tools:$PATH"
|
|
|
|
cd ..
|
|
|
|
flutter/tools/gn --unoptimized
|
|
ninja -C out/host_debug_unopt generate_dart_ui
|
|
flutter/ci/analyze.sh
|
|
flutter/ci/licenses.sh
|