mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
7d040c26ba
- ensure stamping is disabled for better caching - build everything (not only test targets) - set cli_edition flag
17 lines
337 B
YAML
17 lines
337 B
YAML
# See https://docs.aspect.build/v/workflows/config
|
|
---
|
|
workspaces:
|
|
.:
|
|
bazel:
|
|
flags:
|
|
- --nostamp
|
|
- --workspace_status_command=
|
|
- --nobuild_tests_only
|
|
- --cli_edition=enterprise
|
|
tasks:
|
|
buildifier:
|
|
target: //bazel/ci:buildifier_check
|
|
gazelle:
|
|
target: //bazel/ci:gazelle_check
|
|
test:
|