Skip to content
Snippets Groups Projects
Commit 53417a5d authored by Thibault Allenet's avatar Thibault Allenet
Browse files

syntax error in list dependencies

parent 7ada8c3c
No related branches found
No related tags found
No related merge requests found
......@@ -97,10 +97,10 @@
if [[ $CI_PROJECT_NAME == "aidge_backend_cpu" ]] || \
[[ $CI_PROJECT_NAME == "aidge_backend_opencv" ]]; then
DEPS_NAMES=("aidge_core")
elif [[ $CI_PROJECT_NAME == "aidge_backend_cuda" ]] || \
elif [[ $CI_PROJECT_NAME == "aidge_backend_cuda" ]] || \
[[ $CI_PROJECT_NAME == "aidge_learning" ]] || \
[[ $CI_PROJECT_NAME == "aidge_export_cpp" ]] || \
[[ $CI_PROJECT_NAME == "aidge_onnx" ]] || \ # backend_cpu dependency only for test
[[ $CI_PROJECT_NAME == "aidge_onnx" ]] || \
[[ $CI_PROJECT_NAME == "aidge_quantization" ]]; then
DEPS_NAMES=("aidge_core" "aidge_backend_cpu")
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment