mirror of
https://github.com/YosysHQ/sby.git
synced 2025-07-19 12:52:05 +00:00
Added CI
This commit is contained in:
parent
f878a0e517
commit
ab5ff32b31
1 changed files with 12 additions and 0 deletions
12
.github/workflows/ci.yml
vendored
Normal file
12
.github/workflows/ci.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
name: ci
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: YosysHQ/setup-oss-cad-suite@v1
|
||||||
|
- name: Run checks
|
||||||
|
run: make ci
|
Loading…
Add table
Add a link
Reference in a new issue