2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-29 12:33:51 +00:00
rules_foreign_cc/.bazelci/config.yaml
irengrig 4c27a2bb9d
Exclude synthetic tests from Ubuntu 16 on CI (#102)
Their main target is Windows
2018-09-14 15:37:00 +02:00

12 lines
194 B
YAML

---
platforms:
ubuntu1804:
test_targets:
- "//examples:tests"
ubuntu1604:
test_targets:
- "//examples:tests_no_synthetic"
macos:
test_targets:
- "//examples:tests"