blob: 58a7919cb0b481103d46626ca4f3beb4e1d3c85c [file] [log] [blame]
[email protected]fc2d49e2012-01-20 19:59:101#!/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
8ROOT=$(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
15bb_baseline_setup "${ROOT}"/../..
[email protected]efb6b742012-02-28 22:38:1916bb_install_build_deps "${ROOT}"/../..
[email protected]fc2d49e2012-01-20 19:59:1017bb_compile
18bb_run_tests
[email protected]5c5b0d4d2012-05-16 03:46:3919bb_compile_apk_tests
20bb_run_apk_tests