File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "homepage" : " https://github.com/mxpv/rules_vulkan" ,
33 "maintainers" : [
4- {
5- "name" : " Maksym Pavlenko" ,
6- "email" : " pavlenko.maksym@gmail.com" ,
7- "github" : " mxpv" ,
8- "github_user_id" : " 865334"
9- }
4+ {
5+ "name" : " Maksym Pavlenko" ,
6+ "email" : " pavlenko.maksym@gmail.com" ,
7+ "github" : " mxpv" ,
8+ "github_user_id" : " 865334"
9+ }
10+ ],
11+ "repository" : [
12+ " github:mxpv/rules_vulkan"
1013 ],
11- "repository" : [" github:mxpv/rules_vulkan" ],
1214 "versions" : [],
1315 "yanked_versions" : {}
1416}
15-
Original file line number Diff line number Diff line change 1+ matrix :
2+ platform :
3+ - ubuntu2004
4+ - windows
5+ - macos
6+ bazel :
7+ - 8.x
8+ - 7.x
9+ tasks :
10+ verify_targets :
11+ name : Verify build targets
12+ platform : ${{ platform }}
13+ bazel : ${{ bazel }}
14+ build_targets :
15+ - //vulkan/...
16+ - //hlsl/...
17+ - //glsl/...
18+ - //slang/...
19+
120bcr_test_module :
2- module_path : " e2e/smoke"
21+ module_path : e2e/smoke
322 matrix :
4- platform : ["macos", "ubuntu2004"]
5- bazel : [8.x]
23+ platform :
24+ - ubuntu2004
25+ - macos
26+ - windows
27+ bazel :
28+ - 8.x
629 tasks :
7- run_tests :
8- name : " Run e2e module"
30+ run_test_module :
31+ name : Run test module
932 platform : ${{ platform }}
1033 bazel : ${{ bazel }}
1134 build_targets :
12- - " //..."
35+ - :app
36+
You can’t perform that action at this time.
0 commit comments