Skip to content

Commit ff873bf

Browse files
authored
Merge pull request #16 from bazelbuild/bazelci
Add Bazel CI presubmit
2 parents ba4ce51 + a35f6c7 commit ff873bf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
platforms:
3+
ubuntu1404:
4+
build_targets:
5+
- "//examples:app"
6+
ubuntu1604:
7+
build_targets:
8+
- "//examples:app"
9+
macos:
10+
build_targets:
11+
- "//examples:app"

0 commit comments

Comments
 (0)