Skip to content

Commit d81cbab

Browse files
author
dongyongtao
committed
ci: support build_ux1000fd_sd with ENABLE_LDSPEC=1
Signed-off-by: dongyongtao <dongyongtao@nucleisys.com>
1 parent 4c34e69 commit d81cbab

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
@@ -439,6 +439,22 @@ build_ux900fd_sd:
439439
- SOC: ["evalsoc"]
440440
<<: *build_linux_sdk_job_def
441441

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

0 commit comments

Comments
 (0)