Update .gitlab-ci.yml file

This commit is contained in:
Brendan Haines 2021-07-02 08:35:22 +00:00
parent efe2696313
commit e24d230f1a

View File

@ -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."