File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143
143
-DOPENCV_EXTRA_MODULES_PATH=${{ env.OPENCV_CONTRIB_DOCKER_WORKDIR }}/modules \
144
144
-DANT_EXECUTABLE=/usr/bin/ant \
145
145
${{ env.OPENCV_DOCKER_WORKDIR }}
146
- make -j2
146
+ make opencv_java_jar
147
147
cd modules/java/jar/opencv
148
148
ant javadoc
149
149
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
cd ${{ env.OPENCV_CONTRIB_DOCKER_WORKDIR }}
133
133
git bundle create test.bundle ${{ env.LATEST_COMMIT_OPENCV_CONTRIB }}..HEAD || true
134
134
python3 $HOME/scripts/patch_size.py
135
-
135
+
136
136
- name : Generate JavaDoc
137
137
run : |
138
138
mkdir -p ${{ env.OPENCV_BUILD }}
@@ -143,10 +143,10 @@ jobs:
143
143
-DOPENCV_EXTRA_MODULES_PATH=${{ env.OPENCV_CONTRIB_DOCKER_WORKDIR }}/modules \
144
144
-DANT_EXECUTABLE=/usr/bin/ant \
145
145
${{ env.OPENCV_DOCKER_WORKDIR }}
146
- make -j2
146
+ make opencv_java_jar
147
147
cd modules/java/jar/opencv
148
148
ant javadoc
149
-
149
+
150
150
- name : Build js
151
151
if : ${{ always() && steps.last-repo-step.outcome == 'success' }}
152
152
timeout-minutes : 60
Original file line number Diff line number Diff line change 65
65
-DOPENCV_EXTRA_MODULES_PATH=${{ env.OPENCV_CONTRIB_DOCKER_WORKDIR }}/modules \
66
66
-DANT_EXECUTABLE=/usr/bin/ant \
67
67
${{ env.OPENCV_DOCKER_WORKDIR }}
68
- make -j2
68
+ make opencv_java_jar
69
69
cd modules/java/jar/opencv
70
70
ant javadoc
71
71
You can’t perform that action at this time.
0 commit comments