hopefully fix pipeline

This commit is contained in:
Brendan Haines 2021-08-11 00:24:05 -06:00
parent 855eb67940
commit 5dc815245e

View File

@ -1,16 +1,12 @@
image: ubuntu
stages:
- install
- build
- simulate
install-job:
stage: install
testbench:
stage: simulate
script:
- echo "Installing dependencies..."
- apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu
testbench:
stage: build
script:
- echo "Running testbenches..."
- make -C testbench