mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-12-26 02:56:52 -07:00
Fix .gitlab-ci.yml
This commit is contained in:
parent
9707698281
commit
bd6c60fe92
|
@ -6,6 +6,7 @@ stages:
|
||||||
|
|
||||||
tools-job:
|
tools-job:
|
||||||
stage: tools
|
stage: tools
|
||||||
|
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 "Done"
|
- echo "Done"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user