parent
d2602c9fa7
commit
a9458ad0c3
23
.allspice/workflows/KiCad-Actions-Workflow-Demo.yml
Normal file
23
.allspice/workflows/KiCad-Actions-Workflow-Demo.yml
Normal file
@ -0,0 +1,23 @@
|
||||
name: manufacturing-outputs
|
||||
|
||||
on:
|
||||
push:
|
||||
release:
|
||||
types: [published, edited]
|
||||
|
||||
jobs:
|
||||
Generate-Manufacturing-Outputs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: allspice/kicad:8.0-releases
|
||||
steps:
|
||||
- name: "Check out repository code"
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: "Print variables"
|
||||
run: |
|
||||
echo ${{vars.SCH_FILENAME}}
|
||||
echo ${{vars.PCB_FILENAME}}
|
||||
|
||||
- name: "Install python requirements"
|
||||
run: pip install -r .allspice/utils/requirements.txt
|
Loading…
Reference in New Issue
Block a user