blob: d9d0f5acaea5275b66aa65dbf961887de051465c [file] [log] [blame] [edit]
# Bazel settings for use in Github CI
# Always display the flags being used
common --announce_rc
# 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