Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 115e3a0

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

File tree

2 files changed

+18
-1
lines changed
Filter options

2 files changed

+18
-1
lines changed

‎.bazelci/presubmit.yml

Copy file name to clipboard
+17Lines 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

Copy file name to clipboardExpand all lines: README.md
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.