blob: 9e89572dd3a709c381a9ff04231e101ea37ac1f3 [file] [log] [blame]
# Bazel settings for use in Github CI
# Always display the flags being used
common --announce_rc
# These settings make the windows workers behave similarly to unix workers
startup --windows_enable_symlinks
build --enable_runfiles
# Show errors in CI
test --test_output=errors
# Show more information about failures
build --verbose_failures
# UI for cleaner CI output
common --color=no
common --curses=no
common --show_timestamps