Use scripts in workflow and install kicad

This commit is contained in:
David Holdeman 2023-06-02 17:55:33 -05:00
parent 065e0d1f0b
commit 9af99cec73
No known key found for this signature in database
GPG Key ID: DBEE6FCFCC9DD9A6
1 changed files with 11 additions and 2 deletions

View File

@ -1,9 +1,9 @@
name: Check All
name: Create Board
on: [ push, pull_request ]
jobs:
build-firmware:
create-board:
runs-on: ubuntu-latest
steps:
@ -12,6 +12,15 @@ jobs:
token: ${{ secrets.MY_REPO_PAT }}
submodules: recursive
- name: Install kicad
run: |
sudo add-apt-repository --yes ppa:kicad/kicad-7.0-releases
sudo apt-get install kicad
- name: Generate Gerber Files
run: |
bash hellen-one/kicad/bin/export.sh hellen88bmw
- name: 1. Build Docker
run: |
bash hellen-one/bin/step1_build_hellen-one_docker.sh