mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[bazel][ci] Add CI action to generate pregen patch (#8816)
There were complaints about no patch files being created from CI when the examples pre-gen fails for people who don't build with bazel. This adds a new action step to run just the non-robotpy pregen. I also added an argument to the diff tests to make it a unified diff, which might make it easier to hand fix.
This commit is contained in:
@@ -28,6 +28,7 @@ genrule(
|
||||
|
||||
write_source_file(
|
||||
name = "write_example_project_list",
|
||||
diff_args = ["-u"],
|
||||
in_file = ":generate_bazel_files_rule",
|
||||
out_file = "example_projects.bzl",
|
||||
suggested_update_target = "//:write_all",
|
||||
|
||||
Reference in New Issue
Block a user