mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We use the shipped version of sky_engine and sky_services when running skyanalyzer on Travis, which means this check fails every time we add an API to dart:sky. We should re-enable it once it doesn't break with these sorts of changes.
7 lines
109 B
Bash
Executable File
7 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
./sky/tools/gn --release
|
|
ninja -j 4 -C out/Release
|
|
./sky/tools/run_tests --release -j 1
|