Skip to content
Snippets Groups Projects
Commit 42c6fd2e authored by dwn1c21's avatar dwn1c21
Browse files

Update .gitlab-ci.yml file

parent 045166c6
Branches
Tags
1 merge request!1Changed set_env flow to source script in soctools and breadcrumb left in...
...@@ -39,6 +39,7 @@ build-job-Z2: # This job runs in the build stage, which runs first. ...@@ -39,6 +39,7 @@ build-job-Z2: # This job runs in the build stage, which runs first.
stage: build stage: build
script: script:
# move to fpga_imp directory and run the fpga build script for pynq z2 # move to fpga_imp directory and run the fpga build script for pynq z2
- git submodule init
- git pull --recurse-submodules - git pull --recurse-submodules
- source set_env.sh - source set_env.sh
- cd ./nanosoc_tech/fpga/ - cd ./nanosoc_tech/fpga/
...@@ -62,6 +63,7 @@ build-job-ZCU104: # This job runs in the build stage, which runs first. ...@@ -62,6 +63,7 @@ build-job-ZCU104: # This job runs in the build stage, which runs first.
stage: build stage: build
script: script:
# move to fpga_imp directory and run the fpga build script for pynq z2 # move to fpga_imp directory and run the fpga build script for pynq z2
- git submodule init
- git pull --recurse-submodules - git pull --recurse-submodules
- source set_env.sh - source set_env.sh
- cd ./nanosoc_tech/fpga - cd ./nanosoc_tech/fpga
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment