6 lines
133 B
Bash
6 lines
133 B
Bash
#!/usr/bin/env bash
|
|
|
|
export PATH=$PATH:$HOME/bin
|
|
|
|
bazel build --test_output=errors --verbose_failures=true --keep_going -- //...:all
|