Skip to content
Snippets Groups Projects
Commit 98e6d7ad authored by dam1n19's avatar dam1n19
Browse files

Updated CI to reflect makefile changes

parent ff1d7157
No related branches found
No related tags found
No related merge requests found
Pipeline #10233 failed
...@@ -67,7 +67,7 @@ build-job-Z2: # This job runs in the build stage, which runs first. ...@@ -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 submodule foreach --recursive git submodule init
- git fetch --recurse-submodules - git fetch --recurse-submodules
- source set_env.sh - source set_env.sh
- cd $SOCLABS_NANOSOC_TECH_DIR/fpga/ - cd $SOCLABS_NANOSOC_TECH_DIR
- make build_fpga FPGA=z2 - make build_fpga FPGA=z2
- FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_z2/overlays/nanosoc_design.bit - FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_z2/overlays/nanosoc_design.bit
- if test -f "$FILE"; then - if test -f "$FILE"; then
...@@ -91,7 +91,7 @@ build-job-ZCU104: # This job runs in the build stage, which runs first. ...@@ -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 submodule foreach --recursive git submodule init
- git fetch --recurse-submodules - git fetch --recurse-submodules
- source set_env.sh - source set_env.sh
- cd $SOCLABS_NANOSOC_TECH_DIR/fpga - cd $SOCLABS_NANOSOC_TECH_DIR
- make build_fpga FPGA=zcu104 - make build_fpga FPGA=zcu104
- FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_zcu104/overlays/nanosoc_design.bit - FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_zcu104/overlays/nanosoc_design.bit
- if test -f "$FILE"; then - if test -f "$FILE"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment