From 1d8f26af4b39c7550662bb0309cde94b4b2e41e7 Mon Sep 17 00:00:00 2001
From: thibault allenet <thibault.allenet@cea.fr>
Date: Thu, 25 Jan 2024 16:58:43 +0000
Subject: [PATCH] Add libopencv-dev installation before CI

---
 .gitlab/ci/_global.gitlab-ci.yml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/.gitlab/ci/_global.gitlab-ci.yml b/.gitlab/ci/_global.gitlab-ci.yml
index caa667f..0dda8ee 100644
--- a/.gitlab/ci/_global.gitlab-ci.yml
+++ b/.gitlab/ci/_global.gitlab-ci.yml
@@ -21,15 +21,4 @@ default:
   image: nvidia/cuda:12.2.0-devel-ubuntu22.04
   before_script:
     - apt update
-    - apt install -y cmake cppcheck python-is-python3 pip git gcovr unzip curl wget g++
-    # Install OpenCV
-    # Download and unpack sources
-    - wget -O opencv.zip https://github.com/opencv/opencv/archive/4.x.zip
-    - unzip opencv.zip
-    # Create build directory
-    - mkdir -p build && cd build
-    # Configure
-    - cmake  ../opencv-4.x
-    # Build
-    - cmake --build .
-    - cd ..
+    - apt install -y cmake cppcheck python-is-python3 pip git gcovr unzip curl libopencv-dev
-- 
GitLab