blob: 74fb55425b3de7857c9da9ba85a284372911f5c8 [file] [log] [blame]
Brian Silverman5f6f2762022-08-13 19:30:05 -07001# Bazel settings for use in Github CI
2
3# Always display the flags being used
4common --announce_rc
5
6# These settings make the windows workers behave similarly to unix workers
7startup --windows_enable_symlinks
8build --enable_runfiles
9
10# Show errors in CI
11test --test_output=errors
12
13# Show more information about failures
14build --verbose_failures
15
16# UI for cleaner CI output
17common --color=no
18common --curses=no
19common --show_task_finish
20common --show_timestamps