blob: 39201a06b222c03b580bcc1f3e3ccf97a9d41fbe [file] [log] [blame]
#!/bin/bash
set -ex
# Smoke test sky_shell.
./out/sky_shell --help
# Run the tests.
pushd sky/unit
SKY_SHELL=../../out/sky_shell ../../third_party/dart-sdk/dart-sdk/bin/pub run sky_tools:sky_test -j 1
popd
# Analyze the code.
pushd sky/packages/workbench
../../../third_party/dart-sdk/dart-sdk/bin/pub get
popd
pushd sky/packages/sky
../../tools/skyanalyzer --congratulate lib/widgets.dart
popd
# Generate docs.
./sky/tools/skydoc.py