1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-28 12:28:56 +00:00
Files
olofk.serv/.github/workflows/openlane.yml
2021-08-30 22:13:42 +02:00

15 lines
351 B
YAML

name: build-openlane-sky130
on: [push]
jobs:
build-openlane:
runs-on: ubuntu-latest
steps:
- name: Checkout subservient
uses: actions/checkout@v2
- name: Build with Openlane
uses: librecores/ci-fusesoc-action@migrate-dockerized
with:
core: serv
target: sky130
tool: openlane