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
f2ac820e7e
commit
fd743338c9
|
@ -21,6 +21,8 @@ stages: # List of stages for jobs, and their order of execution
|
||||||
build-job: # This job runs in the build stage, which runs first.
|
build-job: # This job runs in the build stage, which runs first.
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- echo "Installing dependencies"
|
||||||
|
- apt install 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