cpu/.gitlab-ci.yml

13 lines
240 B
YAML

image: ubuntu
stages:
- simulate
testbench:
stage: simulate
script:
- echo "Installing dependencies..."
- apt update && apt install -y make iverilog gcc-10-riscv64-linux-gnu
- echo "Running tests..."
- make -C tests