From 7a29ef0c39f91f97dc1da9edb6226e625b125c69 Mon Sep 17 00:00:00 2001 From: Mark Horvath Date: Fri, 22 Mar 2024 13:41:30 +0100 Subject: [PATCH] [CI] Limit what to build from OpenCV --- scripts/ci-opencv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-opencv.sh b/scripts/ci-opencv.sh index 993827248..e8ee357b0 100755 --- a/scripts/ci-opencv.sh +++ b/scripts/ci-opencv.sh @@ -30,7 +30,7 @@ LDFLAGS="--rtlib=compiler-rt -fuse-ld=lld" cmake \ -DINTRINSICCV_SOURCE_PATH="$(pwd)" \ -DBUILD_TESTS=ON \ -DBUILD_LIST=core,imgproc,ts -ninja -C build/build-opencv +ninja -C build/build-opencv opencv_test_imgproc opencv_test_core # Run a subset of the OpenCV test suite, requres opencv_extra for the test images wget --no-verbose \ -- GitLab