json/ci/travis/build-bazel.sh
2019-07-26 19:18:30 -04:00

6 lines
133 B
Bash
Executable File

#!/usr/bin/env bash
export PATH=$PATH:$HOME/bin
bazel build --test_output=errors --verbose_failures=true --keep_going -- //...:all