blob: 9e89572dd3a709c381a9ff04231e101ea37ac1f3 [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
Brian Silverman5f6f2762022-08-13 19:30:05 -070019common --show_timestamps