8000 add new bazel ci config · eganjs/rules_python@c55f779 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit c55f779

Browse files
committed
add new bazel ci config
1 parent 3175797 commit c55f779

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
platforms:
3+
ubuntu1404:
4+
build_targets:
5+
- "..."
6+
test_targets:
7+
- "..."
8+
ubuntu1604:
9+
build_targets:
10+
- "..."
11+
test_targets:
12+
- "..."
13+
macos:
14+
build_targets:
15+
- "..."
16+
test_targets:
17+
- "..."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Status: This is **ALPHA** software.
44

5-
[![Build Status](https://ci.bazel.io/buildStatus/icon?job=rules_python)](https://ci.bazel.io/job/rules_python)
5+
[![Build status](https://badge.buildkite.com/0bcfe58b6f5741aacb09b12485969ba7a1205955a45b53e854.svg)](https://buildkite.com/bazel/python-rules-python-postsubmit)
66

77
## Rules
88

0 commit comments

Comments
 (0)
0