mirror of
https://github.com/bazelbuild/bazel-skylib
synced 2024-11-30 10:41:18 +00:00
7441e21c9b
we'll run skylib as a postsubmit project and before every release to ensure we don't break it.
18 lines
235 B
YAML
18 lines
235 B
YAML
---
|
|
platforms:
|
|
ubuntu1404:
|
|
build_targets:
|
|
- "..."
|
|
test_targets:
|
|
- "..."
|
|
ubuntu1604:
|
|
build_targets:
|
|
- "..."
|
|
test_targets:
|
|
- "..."
|
|
macos:
|
|
build_targets:
|
|
- "..."
|
|
test_targets:
|
|
- "..."
|