mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-11-09 21:14:57 -07:00
Update .gitlab-ci.yml
This commit is contained in:
parent
249cf34339
commit
c6b68bb555
|
@ -7,6 +7,6 @@ testbench:
|
||||||
stage: simulate
|
stage: simulate
|
||||||
script:
|
script:
|
||||||
- echo "Installing dependencies..."
|
- echo "Installing dependencies..."
|
||||||
- apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu
|
- apt update && apt install -y make iverilog gcc-10-riscv64-linux-gnu
|
||||||
- echo "Running tests..."
|
- echo "Running tests..."
|
||||||
- make -C tests
|
- make -C tests
|
||||||
|
|
Loading…
Reference in New Issue
Block a user