From 2c19633fb5fc0ab5e3ae2556ac0ab3d749ae44b8 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 1 Dec 2022 02:17:51 -0700 Subject: [PATCH] update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6080063..771ed65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,3 +10,11 @@ testbench: - apt update && apt install -y make iverilog gcc-10-riscv64-linux-gnu - echo "Running tests..." - make -C tests + +testbench_libraries: + stage: simulate + script: + - echo "Installing dependencies..." + - apt update && apt install -y make iverilog + - echo "Running tests..." + - make -C lib/tb