build: Zip pcb export outputs

Change-Id: I15631a23e7d6a76b8efa60dcdfd17eb1a613abfe
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/hardware/testing/+/245439
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Reviewed-by: Erik Gilling <konkers@google.com>
Commit-Queue: Anthony DiGirolamo <tonymd@google.com>
2 files changed
tree: 3d19e3a9f14131093dbd013aceecb6beb2f6bdb6
  1. build/
  2. pcb/
  3. third_party/
  4. .bazelrc
  5. .gitignore
  6. AUTHORS
  7. CONTRIBUTING.md
  8. LICENSE
  9. MODULE.bazel
  10. OWNERS
  11. README.md
README.md

Pigweed Hardware Testing.... Hardware

Bazel build instructions

  • Install bazelisk.
  • Install KiCad and ensure kicad-cli is added to your $PATH.
  • Follow the instruction at third_party/rp2350/README.md
  • Run bazelisk build //... to build artifacts (PDF Schematic, etc.).
  • Run bazelisk test //.. to run ERC/DRC.