create gerber files in CI pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8c775e9705
commit
8eb51b5aa9
7 changed files with 157 additions and 25 deletions
|
|
@ -23,13 +23,6 @@ steps:
|
|||
commands:
|
||||
- apt update
|
||||
- apt install -y make zip
|
||||
- cd pcb
|
||||
- kibot -d gen -c fiatlux.kiplot.yaml -s update_xml,run_drc -i
|
||||
- kibot -d gen -c fiatlux.kiplot.yaml -s update_xml,run_erc -i
|
||||
- kibot -d gen -c fiatlux.kiplot.yaml -s run_drc,run_erc print_sch
|
||||
- kibot -d gen -c fiatlux.kiplot.yaml -s all print_front gerbers
|
||||
- ls -lA
|
||||
- cd -
|
||||
- make pcb -j$(nproc)
|
||||
|
||||
- name: case
|
||||
|
|
@ -64,6 +57,7 @@ steps:
|
|||
base_url: https://git.neulandlabor.de/
|
||||
files:
|
||||
- firmware/firmware/fiatlux.bin
|
||||
- pcb/pcb.zip
|
||||
checksum:
|
||||
- sha512
|
||||
- md5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue