blob: 6d5dc61e8c3993d5e27e17569ba4ebe147035ae4 [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
Brian Silvermanfbe4fd52015-10-26 10:40:55 -04007build --crosstool_top=//tools/cpp:toolchain
Austin Schuh34685852015-11-12 23:39:31 -08008build --spawn_strategy=standalone
Brian Silvermanfbe4fd52015-10-26 10:40:55 -04009
Brian Silverman12b3fc52015-10-11 19:38:33 -040010# Show paths to a few more than just 1 target.
11build --show_result 15
Brian Silverman12b3fc52015-10-11 19:38:33 -040012# Dump the output of the failing test to stdout.
13test --test_output=errors