blob: 5ea0fcfefc2734bf1126b5e66f06cde4ee287ca1 [file] [log] [blame]
Brian Silverman12b3fc52015-10-11 19:38:33 -04001# TODO(Brian): Figure out how we're going to distribute Bazel so everybody
2# doesn't need to hand-edit this file or use a .bazelrc...
Austin Schuh55139fe2015-10-14 23:55:24 -07003build --package_path %workspace%:%workspace%/opt_bazel_base_workspace
4fetch --package_path %workspace%:%workspace%/opt_bazel_base_workspace
5query --package_path %workspace%:%workspace%/opt_bazel_base_workspace
Brian Silverman12b3fc52015-10-11 19:38:33 -04006
7# Complain about missing headers in the dependencies of C++ code instead of just
8# working with it.
9# TODO(Brian): Fix Bazel so this actually does something again...
10build --hdrs_check=strict
11
Brian Silvermanfbe4fd52015-10-26 10:40:55 -040012build --crosstool_top=//tools/cpp:toolchain
13
Brian Silverman12b3fc52015-10-11 19:38:33 -040014# Show paths to a few more than just 1 target.
15build --show_result 15
Brian Silverman12b3fc52015-10-11 19:38:33 -040016# Dump the output of the failing test to stdout.
17test --test_output=errors