Update .gitlab-ci.yml file

This commit is contained in:
Byron Lathi
2022-04-19 20:30:27 +00:00
parent 7b84d8a9c2
commit c7ff69a1a0

View File

@@ -2,15 +2,20 @@ default:
tags:
- docker
stages:
- build_sw
- build_hw
- test
build-kernel:
stage: build
stage: build_sw
image: a2geek/cc65-pipeline
script:
- cd sw/kernel
- make
build-bootloader:
stage: build
stage: build_sw
image: a2geek/cc65-pipeline
script:
- cd sw/bootloader
@@ -23,7 +28,7 @@ build-bootloader:
build-fpga:
stage: build
stage: build_hw
dependencies:
- build-bootloader
image: bslathi19/modelsim_18.1:lite