Skip to content

Commit 0459dab

Browse files
committed
ci: Fix test dsp/nn for terapines toolchain dependency
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 125d9b9 commit 0459dab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ test_nn_library_terapines:
247247
parallel:
248248
matrix:
249249
- NUCLEI_DSP: ["rv32_NO", "rv64_NO", "N1", "N2", "N3"]
250+
dependencies:
251+
- build_library_terapines
250252
script:
251253
- git clone -b $SDK_BRANCH $NUCLEI_SDK NMSIS/nuclei_sdk
252254
- export NUCLEI_SDK_ROOT=$(readlink -f NMSIS/nuclei_sdk)
@@ -337,6 +339,8 @@ test_dsp_library_terapines:
337339
- env::docker
338340
- env::nfs
339341
- net::outside
342+
dependencies:
343+
- build_library_terapines
340344
script:
341345
- git clone -b $SDK_BRANCH $NUCLEI_SDK NMSIS/nuclei_sdk
342346
- export NUCLEI_SDK_ROOT=$(readlink -f NMSIS/nuclei_sdk)

0 commit comments

Comments
 (0)