mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-18 11:21:25 +00:00
7 lines
146 B
Bash
Executable File
7 lines
146 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -o errexit
|
|
set -x
|
|
|
|
bazel build --config=ci $(bazel query "//... except attr(tags, 'manual', //...) except //vendor/...")
|