mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
7 lines
157 B
Bash
Executable File
7 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
./sky/tools/gn --release
|
|
ninja -j 4 -C out/Release
|
|
./sky/tools/skyanalyzer --congratulate sky/packages/sky/example/stocks/lib/main.dart
|