mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[bazel] Publish almost all artifacts (#8141)
This uses all the infrastructure we put together earlier to actually build and publish all the artifacts. We might still want to adjust what is built by default to control CI times. Signed-off-by: Austin Schuh <austin.linux@gmail.com> Co-authored-by: PJ Reiniger <pj.reiniger@gmail.com> Co-authored-by: David Vo <auscompgeek@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@ load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_test")
|
||||
load("@rules_java//java:defs.bzl", "java_binary")
|
||||
load("//shared/bazel/rules:cc_rules.bzl", "wpilib_cc_library", "wpilib_cc_shared_library", "wpilib_cc_static_library")
|
||||
load("//shared/bazel/rules:java_rules.bzl", "wpilib_java_library")
|
||||
load("//shared/bazel/rules:packaging.bzl", "package_minimal_cc_project")
|
||||
load("//shared/bazel/rules:packaging.bzl", "package_default_cc_project")
|
||||
|
||||
filegroup(
|
||||
name = "doxygen-files",
|
||||
@@ -93,7 +93,7 @@ java_binary(
|
||||
],
|
||||
)
|
||||
|
||||
package_minimal_cc_project(
|
||||
package_default_cc_project(
|
||||
name = "cameraserver",
|
||||
maven_artifact_name = "cameraserver-cpp",
|
||||
maven_group_id = "org.wpilib.cameraserver",
|
||||
|
||||
Reference in New Issue
Block a user