Skip to content
Snippets Groups Projects
Commit 0e7895da authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : add missing test dep for aidge_core

parent ab941a2c
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,10 @@ variables:
fi
- >
case $CI_PROJECT_NAME in
"aidge_core" )
if [[ "$CI_JOB_NAME" =~ "test.*ubuntu_cpp" ]]; then
apt-get install -y -qq git
;;
"aidge_backend_cuda" )
apt-get install -y -qq libcudnn8-dev
# install &configure nvidia container toolkit for cuda repo releases
......
......@@ -20,8 +20,7 @@ include:
# Download dependencies
- !reference [.retrieve_deps:apt, script]
- DEPENDENCY_JOB="$CI_JOB_NAME"
- !reference [.ubuntu:download:artifacts, before_script]
- !reference [.build:ubuntu:cpp:get_required_artifacts script]
# Build current module
- export CMAKE_PREFIX_PATH=$AIDGE_INSTALL
- echo "Build directory :$BUILD_DIR"
......
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