Update .gitlab-ci.yml file
Add bootloader.hex as an artifact for the FPGA build
This commit is contained in:
@@ -8,10 +8,15 @@ build-kernel:
|
|||||||
script:
|
script:
|
||||||
- cd sw/kernel
|
- cd sw/kernel
|
||||||
- make
|
- make
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- sw/bootloader/bootloader.hex
|
||||||
|
|
||||||
|
|
||||||
build-fpga:
|
build-fpga:
|
||||||
stage: build
|
stage: build
|
||||||
|
dependencies:
|
||||||
|
- build-kernel
|
||||||
image: bslathi19/modelsim_18.1:lite
|
image: bslathi19/modelsim_18.1:lite
|
||||||
script:
|
script:
|
||||||
- cd hw/fpga/
|
- cd hw/fpga/
|
||||||
|
|||||||
Reference in New Issue
Block a user