Brian Silverman | 12b3fc5 | 2015-10-11 19:38:33 -0400 | [diff] [blame] | 1 | # 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 Schuh | 55139fe | 2015-10-14 23:55:24 -0700 | [diff] [blame] | 3 | build --package_path %workspace%:%workspace%/opt_bazel_base_workspace |
| 4 | fetch --package_path %workspace%:%workspace%/opt_bazel_base_workspace |
| 5 | query --package_path %workspace%:%workspace%/opt_bazel_base_workspace |
Brian Silverman | 12b3fc5 | 2015-10-11 19:38:33 -0400 | [diff] [blame] | 6 | |
Brian Silverman | fbe4fd5 | 2015-10-26 10:40:55 -0400 | [diff] [blame] | 7 | build --crosstool_top=//tools/cpp:toolchain |
Austin Schuh | 3468585 | 2015-11-12 23:39:31 -0800 | [diff] [blame^] | 8 | build --spawn_strategy=standalone |
Brian Silverman | fbe4fd5 | 2015-10-26 10:40:55 -0400 | [diff] [blame] | 9 | |
Brian Silverman | 12b3fc5 | 2015-10-11 19:38:33 -0400 | [diff] [blame] | 10 | # Show paths to a few more than just 1 target. |
| 11 | build --show_result 15 |
Brian Silverman | 12b3fc5 | 2015-10-11 19:38:33 -0400 | [diff] [blame] | 12 | # Dump the output of the failing test to stdout. |
| 13 | test --test_output=errors |