File tree Expand file tree Collapse file tree 3 files changed +38
-12
lines changed
Expand file tree Collapse file tree 3 files changed +38
-12
lines changed Original file line number Diff line number Diff line change 11matrix :
2- platform :
3- - debian10
4- - ubuntu2004
5- - macos
6- - macos_arm64
7- - windows
82 bazel :
93 - 7.x
104 - 8.x
115tasks :
12- verify_targets :
13- name : Verify build targets
14- platform : ${{ platform }}
6+ verify_targets_debian10 :
7+ name : Verify build targets (Debian 10)
8+ platform : debian10
159 bazel : ${{ bazel }}
1610 build_targets :
1711 - ' @bazel-diff//:bazel-diff'
12+ verify_targets_ubuntu2004 :
13+ name : Verify build targets (Ubuntu 20.04)
14+ platform : ubuntu2004
15+ bazel : ${{ bazel }}
16+ build_targets :
17+ - ' @bazel-diff//:bazel-diff'
18+ verify_targets_macos :
19+ name : Verify build targets (macOS)
20+ platform : macos
21+ bazel : ${{ bazel }}
22+ build_targets :
23+ - ' @bazel-diff//:bazel-diff'
24+ verify_targets_macos_arm64 :
25+ name : Verify build targets (macOS ARM64)
26+ platform : macos_arm64
27+ bazel : ${{ bazel }}
28+ build_targets :
29+ - ' @bazel-diff//:bazel-diff'
30+ verify_targets_windows_7x :
31+ name : Verify build targets (Windows, Bazel 7.x)
32+ platform : windows
33+ bazel : " 7.x"
34+ build_targets :
35+ - ' @bazel-diff//:bazel-diff'
36+ verify_targets_windows_8x :
37+ name : Verify build targets (Windows, Bazel 8.x)
38+ platform : windows
39+ bazel : " 8.x"
40+ build_flags :
41+ - ' --legacy_external_runfiles'
42+ build_targets :
43+ - ' @bazel-diff//:bazel-diff'
1844bcr_test_module :
1945 module_path : " "
2046 matrix :
@@ -30,4 +56,4 @@ bcr_test_module:
3056 platform : ${{ platform }}
3157 bazel : ${{ bazel }}
3258 test_targets :
33- - ' //cli/...'
59+ - ' //cli/...'
Original file line number Diff line number Diff line change 11module (
22 name = "bazel-diff" ,
3- version = "14.0.0 " ,
3+ version = "14.0.1 " ,
44 compatibility_level = 0 ,
55)
66
You can’t perform that action at this time.
0 commit comments