mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-30 16:42:07 +00:00
d39887d3d6
Do not run configure-make test on mac ci machines for now
12 lines
200 B
YAML
12 lines
200 B
YAML
---
|
|
platforms:
|
|
ubuntu1804:
|
|
test_targets:
|
|
- "//examples:tests"
|
|
ubuntu1604:
|
|
test_targets:
|
|
- "//examples:tests_no_synthetic"
|
|
macos:
|
|
test_targets:
|
|
- "//examples:cmake_tests"
|