Update .gitlab-ci.yml file

This commit is contained in:
Brendan Haines 2021-07-02 08:26:25 +00:00
parent c1c7c13ce0
commit 5d0a394b41

View File

@ -22,7 +22,7 @@ build-job: # This job runs in the build stage, which runs first.
stage: build
script:
- echo "Installing dependencies"
- apt install iverilog gcc-8-riscv64-linux-gnu
- apk update && apk add iverilog gcc-8-riscv64-linux-gnu
- echo "Compiling the code..."
- make
- echo "Compile complete."