Added CI
authorMiodrag Milanovic <mmicko@gmail.com>
Wed, 12 Jan 2022 13:18:17 +0000 (14:18 +0100)
committerMiodrag Milanovic <mmicko@gmail.com>
Wed, 12 Jan 2022 13:18:17 +0000 (14:18 +0100)
.github/workflows/ci.yml [new file with mode: 0644]

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644 (file)
index 0000000..9e05525
--- /dev/null
@@ -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