Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actions #128

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Actions #128

wants to merge 1 commit into from

Conversation

maartin0
Copy link
Contributor

@maartin0 maartin0 commented Feb 21, 2025

This PR adds several different GitHub actions:

Generate production files

Adds a workflow that can be manually triggered to generate production files for a specific project:

image

This generates the following:

  • release/<name>/fabrication.zip
  • release/<name>/schematic.pdf
  • release/<name>/ibom.html

And optionally:

  • release/<name>/info
  • release/<name>/erc-log-<timestamp>.txt
  • release/<name>/drc-log-<timestamp>.txt

Could also automatically run when a PR is accepted - but should this overwrite existing files?

Tests on push to main branch

Fails if:

  • There are any ERC or DRC errors for all KiCad projects
  • There are any non-relative paths used in any *-lib-table

Tests on commit/pull request

Fails if:

  • There are any ERC or DRC errors for changed KiCad projects
  • There are any non-relative paths used in any changed *-lib-table

Example

image

@maartin0 maartin0 self-assigned this Feb 21, 2025
@maartin0 maartin0 marked this pull request as draft February 21, 2025 02:00
@maartin0 maartin0 marked this pull request as ready for review February 21, 2025 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant