projects
/
SymbiYosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f878a0e
)
Added CI
author
Miodrag Milanovic
<mmicko@gmail.com>
Wed, 12 Jan 2022 13:18:17 +0000
(14:18 +0100)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Wed, 12 Jan 2022 13:18:17 +0000
(14:18 +0100)
.github/workflows/ci.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
new file mode 100644
(file)
index 0000000..
9e05525
--- /dev/null
+++ b/
.github/workflows/ci.yml
@@ -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