Update .gitlab-ci.yml file

Add bootloader.hex as an artifact for the FPGA build
This commit is contained in:
Byron Lathi
2022-04-19 20:05:53 +00:00
parent a836643807
commit 04346ed625

View File

@@ -8,10 +8,15 @@ build-kernel:
script:
- cd sw/kernel
- make
artifacts:
paths:
- sw/bootloader/bootloader.hex
build-fpga:
stage: build
dependencies:
- build-kernel
image: bslathi19/modelsim_18.1:lite
script:
- cd hw/fpga/