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