mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-12-26 02:56:52 -07:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
5d0a394b41
commit
f963054244
|
@ -12,7 +12,7 @@
|
||||||
# Stages run in sequential order, but jobs within stages run in parallel.
|
# Stages run in sequential order, but jobs within stages run in parallel.
|
||||||
#
|
#
|
||||||
# For more information, see: https://docs.gitlab.com/ee/ci/yaml/README.html#stages
|
# For more information, see: https://docs.gitlab.com/ee/ci/yaml/README.html#stages
|
||||||
image: docker:stable
|
image: ubuntu:stable
|
||||||
stages: # List of stages for jobs, and their order of execution
|
stages: # List of stages for jobs, and their order of execution
|
||||||
- build
|
- build
|
||||||
# - test
|
# - test
|
||||||
|
@ -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"
|
||||||
- apk update && apk add iverilog gcc-8-riscv64-linux-gnu
|
- apt update && 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