Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Accelerator Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
Accelerator Project
Commits
045166c6
Commit
045166c6
authored
1 year ago
by
dwn1c21
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
1981d7c4
No related branches found
No related tags found
1 merge request
!1
Changed set_env flow to source script in soctools and breadcrumb left in...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
045166c6
...
@@ -39,8 +39,8 @@ build-job-Z2: # This job runs in the build stage, which runs first.
...
@@ -39,8 +39,8 @@ 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
-
source set_env.sh
-
git pull --recurse-submodules
-
git pull --recurse-submodules
-
source set_env.sh
-
cd ./nanosoc_tech/fpga/
-
cd ./nanosoc_tech/fpga/
-
make build_fpga FPGA=z2
-
make build_fpga FPGA=z2
-
FILE=../imp/fpga/output/pynq_z2/overlays/nanosoc_design.bit
-
FILE=../imp/fpga/output/pynq_z2/overlays/nanosoc_design.bit
...
@@ -62,8 +62,8 @@ build-job-ZCU104: # This job runs in the build stage, which runs first.
...
@@ -62,8 +62,8 @@ 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
-
source set_env.sh
-
git pull --recurse-submodules
-
git pull --recurse-submodules
-
source set_env.sh
-
cd ./nanosoc_tech/fpga
-
cd ./nanosoc_tech/fpga
-
make build_fpga FPGA=zcu104
-
make build_fpga FPGA=zcu104
-
FILE=../imp/fpga/output/pynq_zcu104/overlays/nanosoc_design.bit
-
FILE=../imp/fpga/output/pynq_zcu104/overlays/nanosoc_design.bit
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment