Skip to content

Commit

Permalink
Upgrade to KiCAD v8, update dates in schematic and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampi committed Jul 23, 2024
1 parent 55977dd commit 137db0f
Show file tree
Hide file tree
Showing 7 changed files with 79,346 additions and 39,375 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Build

on:
pull_request_target:
types:
- closed
push:
pull_request:

jobs:
build:
Expand Down Expand Up @@ -32,16 +31,17 @@ jobs:
- name: Dependencies
run: |
sudo apt update
wget https://github.com/INTI-CMNB/KiBot/releases/download/v1.6.3/kibot_1.6.3-1_all.deb
wget https://github.com/INTI-CMNB/KiBot/releases/download/v1.7.0/kibot_1.7.0-1_all.deb
sudo apt install ./kibot*_all.deb
wget https://github.com/INTI-CMNB/InteractiveHtmlBom/releases/download/v2.7.0-1/interactivehtmlbom.inti-cmnb_2.7.0-1_all.deb
sudo apt install ./interactivehtmlbom.inti-cmnb_2.7.0-1_all.deb
wget https://github.com/INTI-CMNB/InteractiveHtmlBom/releases/download/v2.9.0-1/interactivehtmlbom.inti-cmnb_2.9.0-1_all.deb
sudo apt install ./interactivehtmlbom.inti-cmnb*_all.deb
wget https://github.com/INTI-CMNB/KiAuto/releases/download/v2.2.8/kiauto_2.2.8-1_all.deb
sudo apt install ./kiauto_2.2.8-1_all.deb
wget https://github.com/INTI-CMNB/KiAuto/releases/download/v2.3.2/kiauto_2.3.2-1_all.deb
sudo apt install ./kiauto*_all.deb
sudo add-apt-repository --yes ppa:kicad/kicad-7.0-releases
sudo add-apt-repository --yes ppa:kicad/kicad-8.0-releases
sudo apt install --install-recommends kicad
git clone https://github.com/Kampi/KiCad.git library
Expand Down Expand Up @@ -81,4 +81,4 @@ jobs:
git commit -m "Add image from CI/CD action"
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
echo https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git push origin ${{ github.base_ref }}
git push origin ${{ github.base_ref }}
Loading

0 comments on commit 137db0f

Please sign in to comment.