File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 24
24
25
25
jobs :
26
26
BuildAndTest :
27
- runs-on : ubuntu-20 .04
27
+ runs-on : ubuntu-22 .04
28
28
defaults :
29
29
run :
30
30
shell : bash
@@ -130,47 +130,47 @@ jobs:
130
130
cd ${{ env.OPENCV_CONTRIB_DOCKER_WORKDIR }}
131
131
git bundle create test.bundle ${{ env.LATEST_COMMIT_OPENCV_CONTRIB }}..HEAD || true
132
132
python3 $HOME/scripts/patch_size.py
133
-
133
+
134
134
- name : Build js
135
135
if : ${{ always() && steps.last-repo-step.outcome == 'success' }}
136
136
timeout-minutes : 60
137
137
run : |
138
138
cd $HOME/build
139
139
emcmake python ../opencv/platforms/js/build_js.py js --build_test
140
-
140
+
141
141
- name : Run js tests
142
142
if : ${{ always() && steps.last-repo-step.outcome == 'success' }}
143
143
timeout-minutes : 60
144
144
run : |
145
145
cd $HOME/build/js/bin
146
146
npm install
147
147
node tests.js
148
-
148
+
149
149
- name : Configure OpenCV doxygen
150
150
if : ${{ always() && steps.last-repo-step.outcome == 'success' }}
151
151
id : opencv-doxygen
152
152
timeout-minutes : 60
153
153
run : |
154
154
cd $HOME/build
155
155
cmake ${{ env.EXTRA_CMAKE_OPTIONS }} ${{ env.OPENCV_DOCKER_WORKDIR }}
156
-
156
+
157
157
- name : Build OpenCV doxygen
158
158
if : ${{ always() && steps.opencv-doxygen.outcome == 'success' }}
159
159
timeout-minutes : 60
160
160
id : build-opencv
161
161
working-directory : ${{ env.HOME }}/build
162
162
run : cmake --build . --config release --target doxygen -- -j$(nproc) 2>&1 | tee log.txt
163
-
163
+
164
164
- name : Warnings check
165
165
run : python3 scripts/warnings-handling.py ${{ env.HOME }}/build/log.txt
166
-
166
+
167
167
- name : Pylint
168
168
timeout-minutes : 60
169
169
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
170
170
run : |
171
171
cd $HOME/build
172
172
cmake --build . --config release --target check_pylint -- -j$(nproc)
173
-
173
+
174
174
- name : Flake8
175
175
timeout-minutes : 60
176
176
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
Original file line number Diff line number Diff line change 24
24
25
25
jobs :
26
26
BuildAndTest :
27
- runs-on : ubuntu-20 .04
27
+ runs-on : ubuntu-22 .04
28
28
defaults :
29
29
run :
30
30
shell : bash
@@ -136,15 +136,15 @@ jobs:
136
136
run : |
137
137
cd $HOME/build
138
138
emcmake python ../opencv/platforms/js/build_js.py js --build_test
139
-
139
+
140
140
- name : Run js tests
141
141
if : ${{ always() && steps.last-repo-step.outcome == 'success' }}
142
142
timeout-minutes : 60
143
143
run : |
144
144
cd $HOME/build/js/bin
145
145
npm install
146
146
node tests.js
147
-
147
+
148
148
- name : Configure OpenCV doxygen
149
149
if : ${{ always() && steps.last-repo-step.outcome == 'success' }}
150
150
id : opencv-doxygen
Original file line number Diff line number Diff line change 20
20
21
21
jobs :
22
22
x86-simulator-build-test :
23
- runs-on : ubuntu-20 .04
23
+ runs-on : ubuntu-22 .04
24
24
container : quay.io/opencv-ci/opencv-ubuntu-20.04-timvx:20220901
25
25
steps :
26
26
- name : Define proper HOME path
You can’t perform that action at this time.
0 commit comments