mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-11-09 21:14:57 -07:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
efe2696313
commit
e24d230f1a
|
@ -22,7 +22,7 @@ build-job: # This job runs in the build stage, which runs first.
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- echo "Installing dependencies"
|
- echo "Installing dependencies"
|
||||||
- apt update && apt install -y iverilog gcc-8-riscv64-linux-gnu
|
- apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu
|
||||||
- echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
- make
|
- make
|
||||||
- echo "Compile complete."
|
- echo "Compile complete."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user