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…
x
Reference in New Issue
Block a user