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: script:
- cd sw/kernel - cd sw/kernel
- make - make
build-bootloader:
stage: build
image: a2geek/cc65-pipeline
script:
- cd sw/bootloader
- make
artifacts: artifacts:
paths: paths:
- sw/bootloader/bootloader.hex - bootloader.hex
build-fpga: build-fpga: