mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-12-25 18:46:53 -07:00
update .gitlab-ci.yml
This commit is contained in:
parent
e264602c1b
commit
2c19633fb5
|
@ -10,3 +10,11 @@ testbench:
|
||||||
- apt update && apt install -y make iverilog gcc-10-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
|
||||||
|
|
||||||
|
testbench_libraries:
|
||||||
|
stage: simulate
|
||||||
|
script:
|
||||||
|
- echo "Installing dependencies..."
|
||||||
|
- apt update && apt install -y make iverilog
|
||||||
|
- echo "Running tests..."
|
||||||
|
- make -C lib/tb
|
||||||
|
|
Loading…
Reference in New Issue
Block a user