mirror of
https://gitlab.com/brendanhaines/ice40.git
synced 2024-12-25 18:38:22 -07:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
e0f577e154
commit
56303edd97
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user