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: 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/