cpu/.gitlab-ci.yml
2021-08-11 00:18:46 -06:00

17 lines
260 B
YAML

image: ubuntu
stages:
- install
- build
install-job:
stage: install
script:
- echo "Installing dependencies..."
- apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu
testbench:
stage: build
script:
- make -C testbench