mirror of
https://gitlab.com/brendanhaines/ice40.git
synced 2025-04-04 07:44:44 -06:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
26b988e969
commit
e370d6835a
@ -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 make iverilog yosys verilator gtkwave
|
||||
- apt update && apt install -y make iverilog yosys verilator gtkwave arachne-pnr
|
||||
- echo "Running unit tests..."
|
||||
- make
|
||||
- make sim
|
||||
|
Loading…
x
Reference in New Issue
Block a user