From 35b8b4d508f7954c1402053550d46f920f11434a Mon Sep 17 00:00:00 2001
From: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Date: Thu, 16 Mar 2023 13:05:16 +0100
Subject: [PATCH] Add VHDL testing

---
 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d291940..dec82b56 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,6 +102,18 @@ run-test-3.11-pyqt5:
 #  extends: ".run-test"
 #  allow_failure: true
 
+run-vhdl-tests:
+  variables:
+    QT_API: pyqt5
+  image: python:3.10
+  stage: test
+  script:
+      - pytest
+      - pip install vunit_hdl
+      - apt install -y ghdl
+      - cd b_asic/codegen/testbench
+      - python test.py
+
 run-doc-test:
   variables:
     QT_API: pyside2
-- 
GitLab