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

Add backend_cpu dependency for aidge_onnx testing

parent e70178d3
No related branches found
No related tags found
No related merge requests found
......@@ -95,12 +95,12 @@
- set -x
- >
if [[ $CI_PROJECT_NAME == "aidge_backend_cpu" ]] || \
[[ $CI_PROJECT_NAME == "aidge_onnx" ]] || \
[[ $CI_PROJECT_NAME == "aidge_backend_opencv" ]]; then
DEPS_NAMES=("aidge_core")
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_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