Skip to content

Commit 675b89c

Browse files
author
dongyongtao
committed
ci: support build_ux1000fd_sd with ENABLE_LDSPEC=1
Signed-off-by: dongyongtao <dongyongtao@nucleisys.com>
1 parent 9c272ce commit 675b89c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,22 @@ build_ux900fd_sd:
441441
- SOC: ["evalsoc"]
442442
<<: *build_linux_sdk_job_def
443443

444+
## Job for build sdk
445+
# Build For ux900FD Core, with FPU, sd boot mode
446+
build_ux1000fd_sd:
447+
stage: build
448+
dependencies:
449+
variables:
450+
SOC: "evalsoc"
451+
CORE: "ux1000fd"
452+
ARCH_EXT: ""
453+
BOOT_MODE: "sd"
454+
ENABLE_LDSPEC: "1"
455+
parallel:
456+
matrix:
457+
- SOC: ["evalsoc"]
458+
<<: *build_linux_sdk_job_def
459+
444460
# Manual job for ux900fd sd
445461
build_ux900fd_sd_manual:
446462
stage: manual

0 commit comments

Comments
 (0)