From 04346ed6253758e4a2f01c431d52ac638581b5b7 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Tue, 19 Apr 2022 20:05:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file Add bootloader.hex as an artifact for the FPGA build --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a766bf..a58a23a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,10 +8,15 @@ build-kernel: script: - cd sw/kernel - make + artifacts: + paths: + - sw/bootloader/bootloader.hex build-fpga: stage: build + dependencies: + - build-kernel image: bslathi19/modelsim_18.1:lite script: - cd hw/fpga/