From c7ff69a1a0fef6a53ff1e41b96dc9c6680c4b979 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Tue, 19 Apr 2022 20:30:27 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e2e0bd..e23d983 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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