Update .gitlab-ci.yml file

This commit is contained in:
Brendan Haines 2021-09-09 07:13:32 +00:00
parent e0f577e154
commit 56303edd97

12
.gitlab-ci.yml Normal file
View File

@ -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