Skip to content
Snippets Groups Projects
Commit 9c976c54 authored by dwf1m12's avatar dwf1m12
Browse files

update and edit gitlab-ci yaml script

parent ad1d1843
No related branches found
No related tags found
No related merge requests found
Pipeline #11735 canceled
......@@ -94,7 +94,7 @@ build-job-Z2: # This job runs in the build stage, which runs first.
- source set_env.sh
- socpull
- cd $SOCLABS_NANOSOC_TECH_DIR
- make build_fpga FPGA=z2 ACCELERATOR=no
- make build_fpga FPGA=z2 ACCELERATOR=yes
- FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_z2/overlays/nanosoc_design.bit
- if test -f "$FILE"; then
- echo "Build successful"
......@@ -119,7 +119,7 @@ build-job-ZCU104: # This job runs in the build stage, which runs first.
- source set_env.sh
- socpull
- cd $SOCLABS_NANOSOC_TECH_DIR
- make build_fpga FPGA=zcu104 ACCELERATOR=no
- make build_fpga FPGA=zcu104 ACCELERATOR=yes
- FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_zcu104/overlays/nanosoc_design.bit
- if test -f "$FILE"; then
- echo "Build successful"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment