File tree Expand file tree Collapse file tree 5 files changed +0
-22
lines changed Expand file tree Collapse file tree 5 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,6 @@ jobs:
135
135
timeout-minutes : 60
136
136
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
137
137
run : cd $HOME/build && xvfb-run -a bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }}
138
- - name : Accuracy:barcode
139
- timeout-minutes : 60
140
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
141
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_barcode --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }}
142
138
- name : Accuracy:bgsegm
143
139
timeout-minutes : 60
144
140
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -135,10 +135,6 @@ jobs:
135
135
timeout-minutes : 60
136
136
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
137
137
run : cd $HOME/build && xvfb-run -a bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }}
138
- - name : Accuracy:barcode
139
- timeout-minutes : 60
140
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
141
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_barcode --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }}
142
138
- name : Accuracy:bgsegm
143
139
timeout-minutes : 60
144
140
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -131,10 +131,6 @@ jobs:
131
131
timeout-minutes : 60
132
132
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
133
133
run : cd ${{ github.workspace }}\build && bin\opencv_test_aruco.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
134
- - name : Accuracy:barcode
135
- timeout-minutes : 60
136
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
137
- run : cd ${{ github.workspace }}\build && bin\opencv_test_barcode.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
138
134
- name : Accuracy:bgsegm
139
135
timeout-minutes : 60
140
136
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -128,11 +128,6 @@ jobs:
128
128
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
129
129
run : ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS
130
130
working-directory : ${{ github.workspace }}/build
131
- - name : Accuracy:barcode
132
- timeout-minutes : 60
133
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
134
- run : ./bin/opencv_test_barcode --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS
135
- working-directory : ${{ github.workspace }}/build
136
131
- name : Accuracy:bgsegm
137
132
timeout-minutes : 60
138
133
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -127,11 +127,6 @@ jobs:
127
127
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
128
128
run : ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS
129
129
working-directory : ${{ github.workspace }}/build
130
- - name : Accuracy:barcode
131
- timeout-minutes : 60
132
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
133
- run : ./bin/opencv_test_barcode --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS
134
- working-directory : ${{ github.workspace }}/build
135
130
- name : Accuracy:bgsegm
136
131
timeout-minutes : 60
137
132
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
You can’t perform that action at this time.
0 commit comments