bazel-skylib/.bazelci/presubmit.yml

33 lines
553 B
YAML

---
platforms:
ubuntu1404:
build_targets:
- "..."
test_targets:
- "..."
test_flags:
- "--test_env=PATH"
ubuntu1604:
build_targets:
- "..."
test_targets:
- "..."
test_flags:
- "--test_env=PATH"
macos:
build_targets:
- "..."
test_targets:
- "..."
test_flags:
- "--test_env=PATH"
windows:
build_targets:
- "..."
test_targets:
- "--"
- "..."
# Shell tests don't run on windows.
- "-//tests:analysis_test_e2e_test"
- "-//tests:unittest_e2e_test"