Update .gitlab-ci.yml file
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user