[email protected] | fc2d49e | 2012-01-20 19:59:10 | [diff] [blame] | 1 | #!/bin/bash -ex |
| 2 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
| 5 | # |
| 6 | # Buildbot annotator script for trybots. Compile and test. |
| 7 | |
| 8 | ROOT=$(cd "$(dirname $0)"; pwd) |
| 9 | . "${ROOT}"/buildbot_functions.sh |
| 10 | |
| 11 | # SHERIFF: if you need to quickly turn "android_test" trybots green, |
| 12 | # uncomment the next line (and send appropriate email out): |
| 13 | ## bb_force_bot_green_and_exit |
| 14 | |
| 15 | bb_baseline_setup "${ROOT}"/../.. |
[email protected] | efb6b74 | 2012-02-28 22:38:19 | [diff] [blame] | 16 | bb_install_build_deps "${ROOT}"/../.. |
[email protected] | fc2d49e | 2012-01-20 19:59:10 | [diff] [blame] | 17 | bb_compile |
| 18 | bb_run_tests |
[email protected] | 5c5b0d4d | 2012-05-16 03:46:39 | [diff] [blame] | 19 | bb_compile_apk_tests |
| 20 | bb_run_apk_tests |