File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,6 +321,10 @@ jobs:
321321 timeout-minutes : 60
322322 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
323323 run : cd $HOME/build && xvfb-run -a bin/opencv_test_xphoto --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
324+ - name : Accuracy:cvv
325+ timeout-minutes : 60
326+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
327+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_cvv --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
324328 - name : Performance:bioinspired
325329 timeout-minutes : 60
326330 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -317,6 +317,10 @@ jobs:
317317 timeout-minutes : 60
318318 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
319319 run : cd $HOME/build && xvfb-run -a bin/opencv_test_xphoto --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
320+ - name : Accuracy:cvv
321+ timeout-minutes : 60
322+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
323+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_cvv --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
320324 - name : Performance:bioinspired
321325 timeout-minutes : 60
322326 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -319,6 +319,10 @@ jobs:
319319 timeout-minutes : 60
320320 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
321321 run : cd $HOME/build && xvfb-run -a bin/opencv_test_xstereo --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
322+ - name : Accuracy:cvv
323+ timeout-minutes : 60
324+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
325+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_cvv --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
322326 - name : Performance:3d
323327 timeout-minutes : 60
324328 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -315,6 +315,10 @@ jobs:
315315 timeout-minutes : 60
316316 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
317317 run : cd $HOME/build && xvfb-run -a bin/opencv_test_xstereo --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
318+ - name : Accuracy:cvv
319+ timeout-minutes : 60
320+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
321+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_cvv --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
318322 - name : Performance:3d
319323 timeout-minutes : 60
320324 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
You can’t perform that action at this time.
0 commit comments