mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-12-26 11:06:50 -07:00
hopefully fix pipeline
This commit is contained in:
parent
855eb67940
commit
5dc815245e
|
@ -1,16 +1,12 @@
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- install
|
- simulate
|
||||||
- build
|
|
||||||
|
|
||||||
install-job:
|
testbench:
|
||||||
stage: install
|
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-8-riscv64-linux-gnu
|
||||||
|
- echo "Running testbenches..."
|
||||||
testbench:
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- make -C testbench
|
- make -C testbench
|
||||||
|
|
Loading…
Reference in New Issue
Block a user