flutter_flutter/ci/build.sh
Michael Klimushyn ba9b90766b
Add run_tests.sh to cirrus (#6441)
This replaces `ci/test.sh` with `run_tests.sh`. `run_tests.sh` includes
`ci/test.sh` and multiple other tests.

Partially addresses flutter/flutter#22682. Temporarily skipped tests
should be fixed and re-enabled in a follow-up commit.
2018-10-05 11:56:13 -07:00

15 lines
232 B
Bash
Executable File

#!/bin/bash
set -ex
PATH="$HOME/depot_tools:$PATH"
cd ..
# Build the dart UI files
flutter/tools/gn --unoptimized
ninja -C out/host_debug_unopt generate_dart_ui
# Analyze the dart UI
flutter/ci/analyze.sh
flutter/ci/licenses.sh