3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-07 22:55:18 +00:00

Merge pull request #138 from YosysHQ/mmicko/ci

Added CI
This commit is contained in:
Miodrag Milanović 2022-01-12 14:24:51 +01:00 committed by GitHub
commit 02a5b71982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/workflows/ci.yml vendored Normal file
View 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