File tree Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "homepage" : " https://github.com/Tinder/bazel-diff" ,
3
+ "maintainers" : [
4
+ {
5
+ "name" : " Maxwell Elliott" ,
6
+ "email" : " elliott.432@buckeyemail.osu.edu" ,
7
+ "github" : " maxwellE"
8
+ }
9
+ ],
10
+ "repository" : [
11
+ " github:Tinder/bazel-diff"
12
+ ],
13
+ "versions" : [],
14
+ "yanked_versions" : {}
15
+ }
Original file line number Diff line number Diff line change
1
+ matrix :
2
+ platform :
3
+ - debian10
4
+ - ubuntu2004
5
+ - macos
6
+ - macos_arm64
7
+ - windows
8
+ bazel :
9
+ - 7.x
10
+ tasks :
11
+ verify_targets :
12
+ name : Verify build targets
13
+ platform : ${{ platform }}
14
+ bazel : ${{ bazel }}
15
+ build_targets :
16
+ - ' @bazel-diff//:bazel-diff'
17
+ bcr_test_module :
18
+ module_path : " "
19
+ matrix :
20
+ platform :
21
+ - ubuntu2004
22
+ - macos
23
+ - macos_arm64
24
+ bazel :
25
+ - 7.x
26
+ tasks :
27
+ run_tests :
28
+ name : Run test
29
+ platform : ${{ platform }}
30
+ bazel : ${{ bazel }}
31
+ test_targets :
32
+ - ' //cli/...'
Original file line number Diff line number Diff line change
1
+ {
2
+ "integrity" : " " ,
3
+ "url" : " https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/release.tar.gz"
4
+ }
You can’t perform that action at this time.
0 commit comments