8000 Merge pull request #68 from buchgr/master · xix-ai/rules_python@115e3a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 115e3a0

Browse files
authored
Merge pull request bazel-contrib#68 from buchgr/master
add new bazel ci config
2 parents 3175797 + c55f779 commit 115e3a0

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