From 56303edd9737d38466bbce250c073eb08545a8e9 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 9 Sep 2021 07:13:32 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..f0ab303 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +image: ubuntu +stages: + - test + + +testbench: # This job runs in the test stage. + stage: test # It only starts when the job in the build stage completes successfully. + script: + - echo "Installing dependencies..." + - apt update && apt install -y iverilog yosys verilator gtkwave + - echo "Running unit tests..." + - make