mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-11-09 21:14:57 -07:00
Fix .gitlab-ci.yml file
This commit is contained in:
parent
bd6c60fe92
commit
dd8bad9610
|
@ -1,19 +1,13 @@
|
|||
image: ubuntu
|
||||
|
||||
stages:
|
||||
- tools
|
||||
- build
|
||||
|
||||
tools-job:
|
||||
stage: tools
|
||||
script:
|
||||
- echo "Installing dependencies..."
|
||||
- apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu
|
||||
- echo "Done"
|
||||
|
||||
build-job:
|
||||
stage: build
|
||||
script:
|
||||
- echo "Installing dependencies..."
|
||||
- apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu
|
||||
- echo "Compiling the code..."
|
||||
- make sim
|
||||
- echo "Compile complete."
|
||||
|
|
Loading…
Reference in New Issue
Block a user