peridot/hack/non_manual_build.sh

7 lines
146 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -o errexit
set -x
bazel build --config=ci $(bazel query "//... except attr(tags, 'manual', //...) except //vendor/...")