mirror of
https://github.com/olofk/serv.git
synced 2026-01-28 12:28:56 +00:00
15 lines
351 B
YAML
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
|