mirror of
https://gitlab.com/brendanhaines/ice40.git
synced 2024-11-09 21:14:58 -07:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
b66a624308
commit
26b988e969
|
@ -7,7 +7,7 @@ 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
|
||||
- apt update && apt install -y make iverilog yosys verilator gtkwave
|
||||
- echo "Running unit tests..."
|
||||
- make
|
||||
- make sim
|
||||
|
|
Loading…
Reference in New Issue
Block a user