Update .gitlab-ci.yml file

This commit is contained in:
Byron Lathi
2022-04-19 20:09:32 +00:00
parent bd748cab86
commit 25883aa3cc

View File

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