Skip to content

Commit

Permalink
Merge pull request #16 from bazelbuild/bazelci
Browse files Browse the repository at this point in the history
Add Bazel CI presubmit
  • Loading branch information
jin authored Apr 16, 2018
2 parents ba4ce51 + a35f6c7 commit ff873bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
platforms:
ubuntu1404:
build_targets:
- "//examples:app"
ubuntu1604:
build_targets:
- "//examples:app"
macos:
build_targets:
- "//examples:app"

0 comments on commit ff873bf

Please sign in to comment.