update .gitlab-ci.yml

This commit is contained in:
Brendan Haines 2022-08-21 12:01:17 -06:00
parent c277a57236
commit a32ec995d1

View File

@ -9,6 +9,8 @@ testbench:
script:
- echo "Installing dependencies..."
- apt update && apt install -y make iverilog
- make -v
- iverilog -V
- echo "Running unit tests..."
- make tb
artifacts:
@ -19,7 +21,10 @@ synthesis:
stage: build
script:
- echo "Installing dependencies..."
- apt update && apt install -y make iverilog yosys verilator gtkwave arachne-pnr
- apt update && apt install -y make yosys arachne-pnr
- make -v
- yosys -V
- arachne-pnr -v
- echo "Building binary..."
- make
artifacts: