bazel-contrib / bazel_features

Support Bazel "feature detection" from starlark
https://docs.google.com/document/d/1HJf3gMYIrzmTRqbD4nWXH2eJRHXjLrOU0mmIeZplUzY/edit#heading=h.5mcn15i0e1ch
Apache License 2.0
19 stars 15 forks source link

CI, release, publish-to-BCR automation #5

Closed Wyverald closed 1 year ago

Wyverald commented 1 year ago

Most of this is copied from rules-template. The only difference is that the e2e/smoke stuff is removed.

Wyverald commented 1 year ago

@alexeagle is there a way to make the CI setup work with no actual tests? The current "test" I have is basically just some assertions in a BUILD file, so if bazel build //test:tests passes (that target is just an empty filegroup), the tests have passed. That's somewhat eccentric but was simple enough so I didn't spend more time on it. Any suggestions what's best here?