From 98e6d7ad578aed1b141d0f2339b9b88d2cbffeec Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Wed, 5 Jul 2023 22:52:58 +0100 Subject: [PATCH] Updated CI to reflect makefile changes --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1850a7a..fe87839 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,7 @@ build-job-Z2: # This job runs in the build stage, which runs first. - git submodule foreach --recursive git submodule init - git fetch --recurse-submodules - source set_env.sh - - cd $SOCLABS_NANOSOC_TECH_DIR/fpga/ + - cd $SOCLABS_NANOSOC_TECH_DIR - make build_fpga FPGA=z2 - FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_z2/overlays/nanosoc_design.bit - if test -f "$FILE"; then @@ -91,7 +91,7 @@ build-job-ZCU104: # This job runs in the build stage, which runs first. - git submodule foreach --recursive git submodule init - git fetch --recurse-submodules - source set_env.sh - - cd $SOCLABS_NANOSOC_TECH_DIR/fpga + - cd $SOCLABS_NANOSOC_TECH_DIR - make build_fpga FPGA=zcu104 - FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_zcu104/overlays/nanosoc_design.bit - if test -f "$FILE"; then -- GitLab