mirror of https://github.com/YosysHQ/picorv32.git
ci: Initial commit
Dummy test of YosysHQ/setup-oss-cad-suite@v3
This commit is contained in:
parent
a7b56fc81f
commit
6881fa5158
|
@ -0,0 +1,15 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
oss-test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: YosysHQ/setup-oss-cad-suite@v3
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- run: yosys --version
|
Loading…
Reference in New Issue