Sign in
dart
/
external
/
github.com
/
flutter
/
engine
/
410112a76be6564b6442d1cb00aaaaffbbffdfc4
/
.
/
travis
/
build.sh
blob: 22ddbd694569be338b7f88352a1ecb86cef90a55 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
ex
PATH
=
"$HOME/depot_tools:$PATH"
(
cd
..;
gclient sync
)
sky
/
tools
/
gn
--
debug
ninja
-
C out
/
Debug
generate_dart_ui
travis
/
analyze
.
sh