Update .gitlab-ci.yml file

This commit is contained in:
Byron Lathi
2022-04-19 20:08:10 +00:00
parent 04346ed625
commit bd748cab86

View File

@@ -8,9 +8,17 @@ build-kernel:
script:
- cd sw/kernel
- make
build-bootloader:
stage: build
image: a2geek/cc65-pipeline
script:
- cd sw/bootloader
- make
artifacts:
paths:
- sw/bootloader/bootloader.hex
- bootloader.hex
build-fpga: