Skip to content

wip

wip #8

Workflow file for this run

name: CI
on:
push:
branches: [ ci-test ]
jobs:
container-test-job:
runs-on: ubuntu-latest
steps:
- name: install kicad
run: |
sudo add-apt-repository --yes ppa:kicad/kicad-7.0-releases
sudo apt update
sudo apt install kicad
- run: kicad-cli version
- name: install kikit
run: |
pip install kikit
pip install PcbDraw
sudo apt install make cmark xsltproc
- name: Checkout repo
uses: actions/checkout@v4
- name: build present page
run: make web
- run: tree build/