Ian Hickson 99b991290d Update licenses, and test that licenses are valid (#3286)
* Test that licenses are valid.

* Move license script from flutter/buildroot to flutter/engine
2016-12-02 14:51:39 -08:00

12 lines
191 B
Bash
Executable File

#!/bin/bash
set -ex
PATH="$HOME/depot_tools:$PATH"
cd ..
flutter/tools/gn --unoptimized
ninja -C out/host_debug_unopt generate_dart_ui
flutter/travis/analyze.sh
flutter/travis/licenses.sh