From a32ec995d147fcffbcfb71c85c481832c4125964 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sun, 21 Aug 2022 12:01:17 -0600 Subject: [PATCH] update .gitlab-ci.yml --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cfb795..f73be18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,8 @@ testbench: script: - echo "Installing dependencies..." - apt update && apt install -y make iverilog + - make -v + - iverilog -V - echo "Running unit tests..." - make tb artifacts: @@ -19,7 +21,10 @@ synthesis: stage: build script: - echo "Installing dependencies..." - - apt update && apt install -y make iverilog yosys verilator gtkwave arachne-pnr + - apt update && apt install -y make yosys arachne-pnr + - make -v + - yosys -V + - arachne-pnr -v - echo "Building binary..." - make artifacts: