2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-30 16:42:07 +00:00
rules_foreign_cc/.bazelci/config.yaml
irengrig d39887d3d6
Do not run configure-make test on mac ci machines for now (#169)
Do not run configure-make test on mac ci machines for now
2018-12-04 18:54:21 +01:00

12 lines
200 B
YAML

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