File tree Expand file tree Collapse file tree 6 files changed +27
-27
lines changed Expand file tree Collapse file tree 6 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ jobs:
120
120
cd ${{ github.workspace }}\build
121
121
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
122
122
ninja -j %PARALLEL_JOBS% | tee ${{ github.workspace }}\build\build-log.txt
123
- # - name: Warnings check
124
- # timeout-minutes: 60
125
- # run: cd ${{ github.workspace }}\build && python %GIT_CACHE %\warnings-handling.py
123
+ - name : Warnings check
124
+ timeout-minutes : 60
125
+ run : cd ${{ github.workspace }}\build && python %CI_SCRIPTS %\warnings-handling.py
126
126
- name : Accuracy:aruco
127
127
timeout-minutes : 60
128
128
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ jobs:
120
120
cd ${{ github.workspace }}\build
121
121
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
122
122
ninja -j %PARALLEL_JOBS% | tee ${{ github.workspace }}\build\build-log.txt
123
- # - name: Warnings check
124
- # timeout-minutes: 60
125
- # run: cd ${{ github.workspace }}\build && python %GIT_CACHE %\warnings-handling.py
123
+ - name : Warnings check
124
+ timeout-minutes : 60
125
+ run : cd ${{ github.workspace }}\build && python %CI_SCRIPTS %\warnings-handling.py
126
126
- name : Accuracy:aruco
127
127
timeout-minutes : 60
128
128
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ jobs:
120
120
cd ${{ github.workspace }}\build
121
121
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
122
122
ninja -j %PARALLEL_JOBS% | tee ${{ github.workspace }}\build\build-log.txt
123
- # - name: Warnings check
124
- # timeout-minutes: 60
125
- # run: cd ${{ github.workspace }}\build && python %GIT_CACHE %\warnings-handling.py
123
+ - name : Warnings check
124
+ timeout-minutes : 60
125
+ run : cd ${{ github.workspace }}\build && python %CI_SCRIPTS %\warnings-handling.py
126
126
- name : Accuracy:3d
127
127
timeout-minutes : 60
128
128
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ jobs:
104
104
cd ${{ github.workspace }}\build
105
105
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
106
106
ninja -j %PARALLEL_JOBS% | tee ${{ github.workspace }}\build\build-log.txt
107
- # - name: Warnings check
108
- # timeout-minutes: 60
109
- # run: cd ${{ github.workspace }}\build && python %GIT_CACHE %\warnings-handling.py
107
+ - name : Warnings check
108
+ timeout-minutes : 60
109
+ run : cd ${{ github.workspace }}\build && python %CI_SCRIPTS %\warnings-handling.py
110
110
- name : Accuracy:calib3d
111
111
timeout-minutes : 60
112
112
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
@@ -310,6 +310,6 @@ jobs:
310
310
cd ${{ github.workspace }}\build
311
311
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
312
312
ninja -j %PARALLEL_JOBS% | tee ${{ github.workspace }}\build\build-log.txt
313
- # - name: Warnings check
314
- # timeout-minutes: 60
315
- # run: cd ${{ github.workspace }}\build && python %GIT_CACHE %\warnings-handling.py
313
+ - name : Warnings check
314
+ timeout-minutes : 60
315
+ run : cd ${{ github.workspace }}\build && python %CI_SCRIPTS %\warnings-handling.py
Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ jobs:
104
104
cd ${{ github.workspace }}\build
105
105
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
106
106
ninja -j %PARALLEL_JOBS% | tee ${{ github.workspace }}\build\build-log.txt
107
- # - name: Warnings check
108
- # timeout-minutes: 60
109
- # run: cd ${{ github.workspace }}\build && python %GIT_CACHE %\warnings-handling.py
107
+ - name : Warnings check
108
+ timeout-minutes : 60
109
+ run : cd ${{ github.workspace }}\build && python %CI_SCRIPTS %\warnings-handling.py
110
110
- name : Accuracy:calib3d
111
111
timeout-minutes : 60
112
112
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
@@ -302,6 +302,6 @@ jobs:
302
302
cd ${{ github.workspace }}\build
303
303
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
304
304
ninja -j %PARALLEL_JOBS% | tee ${{ github.workspace }}\build\build-log.txt
305
- # - name: Warnings check
306
- # timeout-minutes: 60
307
- # run: cd ${{ github.workspace }}\build && python %GIT_CACHE %\warnings-handling.py
305
+ - name : Warnings check
306
+ timeout-minutes : 60
307
+ run : cd ${{ github.workspace }}\build && python %CI_SCRIPTS %\warnings-handling.py
Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ jobs:
104
104
cd ${{ github.workspace }}\build
105
105
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
106
106
ninja -j %PARALLEL_JOBS% | tee ${{ github.workspace }}\build\build-log.txt
107
- # - name: Warnings check
108
- # timeout-minutes: 60
109
- # run: cd ${{ github.workspace }}\build && python %GIT_CACHE %\warnings-handling.py
107
+ - name : Warnings check
108
+ timeout-minutes : 60
109
+ run : cd ${{ github.workspace }}\build && python %CI_SCRIPTS %\warnings-handling.py
110
110
- name : Accuracy:3d
111
111
timeout-minutes : 60
112
112
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
@@ -318,6 +318,6 @@ jobs:
318
318
cd ${{ github.workspace }}\build
319
319
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
320
320
ninja -j %PARALLEL_JOBS% | tee ${{ github.workspace }}\build\build-log.txt
321
- # - name: Warnings check
322
- # timeout-minutes: 60
323
- # run: cd ${{ github.workspace }}\build && python %GIT_CACHE %\warnings-handling.py
321
+ - name : Warnings check
322
+ timeout-minutes : 60
323
+ run : cd ${{ github.workspace }}\build && python %CI_SCRIPTS %\warnings-handling.py
You can’t perform that action at this time.
0 commit comments