File tree Expand file tree Collapse file tree 4 files changed +43
-0
lines changed
Expand file tree Collapse file tree 4 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ moduleRoots :
2+ - " ."
Original file line number Diff line number Diff line change 1+ {
2+ "homepage" : " https://github.com/stackb/rules_proto" ,
3+ "maintainers" : [
4+ {
5+ "name" : " Paul Cody" ,
6+ "email" : " pcj@stack.build" ,
7+ "github" : " pcj"
8+ }
9+ ],
10+ "repository" : [
11+ " github:stackb/rules_proto"
12+ ],
13+ "versions" : [],
14+ "yanked_versions" : {}
15+ }
Original file line number Diff line number Diff line change 1+ bcr_test_module :
2+ module_path : " ."
3+ matrix :
4+ platform :
5+ [
6+ " debian10" ,
7+ " ubuntu2004" ,
8+ " macos" ,
9+ " macos_arm64" ,
10+ " windows" ,
11+ " windows_arm64" ,
12+ ]
13+ bazel : [7.x, 8.x]
14+ tasks :
15+ run_tests :
16+ name : " Run test module"
17+ platform : ${{ platform }}
18+ bazel : ${{ bazel }}
19+ build_targets :
20+ - " //..."
21+ test_targets :
22+ - " //..."
Original file line number Diff line number Diff line change 1+ {
2+ "integrity" : " " ,
3+ "url" : " https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_proto-{TAG}.tar.gz"
4+ }
You can’t perform that action at this time.
0 commit comments