mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
9 lines
128 B
Bash
Executable File
9 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
PATH="$HOME/depot_tools:$PATH"
|
|
|
|
sky/tools/gn --debug
|
|
ninja -C out/Debug generate_dart_ui
|
|
travis/analyze.sh
|