Skip to content

Commit

Permalink
opencv 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwan committed Dec 31, 2022
1 parent 4a059e7 commit 5c4eccc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-20.04

env:
OPENCV_VERSION: 4.6.0
PKG_NAME: opencv-4.6.0-ubuntu1804
OPENCV_VERSION: 4.7.0
PKG_NAME: opencv-4.7.0-ubuntu2004

steps:
# Setup JDK 11
Expand Down Expand Up @@ -63,8 +63,8 @@ jobs:
runs-on: macos-latest

env:
OPENCV_VERSION: 4.6.0
PKG_NAME: opencv-4.6.0-macos1015
OPENCV_VERSION: 4.7.0
PKG_NAME: opencv-4.7.0-macos1015

steps:
# Setup JDK 11
Expand Down Expand Up @@ -120,8 +120,8 @@ jobs:
runs-on: windows-2019

env:
OPENCV_VERSION: 4.6.0
PKG_NAME: opencv-4.6.0-windows-vs2019
OPENCV_VERSION: 4.7.0
PKG_NAME: opencv-4.7.0-windows-vs2019

steps:
# Setup JDK 11
Expand Down Expand Up @@ -254,11 +254,11 @@ jobs:
draft: false
prerelease: false

- name: upload-ubuntu1804
- name: upload-ubuntu2004
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PKG_NAME: opencv-4.6.0-ubuntu1804
PKG_NAME: opencv-4.7.0-ubuntu2004
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: artifacts/${{ env.PKG_NAME }}/${{ env.PKG_NAME }}.7z
Expand All @@ -269,7 +269,7 @@ jobs:
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PKG_NAME: opencv-4.6.0-macos1015
PKG_NAME: opencv-4.7.0-macos1015
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: artifacts/${{ env.PKG_NAME }}/${{ env.PKG_NAME }}.7z
Expand All @@ -280,7 +280,7 @@ jobs:
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PKG_NAME: opencv-4.6.0-windows-vs2019-md
PKG_NAME: opencv-4.7.0-windows-vs2019-md
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: artifacts/${{ env.PKG_NAME }}/${{ env.PKG_NAME }}.7z
Expand All @@ -291,7 +291,7 @@ jobs:
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PKG_NAME: opencv-4.6.0-windows-vs2019-mt
PKG_NAME: opencv-4.7.0-windows-vs2019-mt
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: artifacts/${{ env.PKG_NAME }}/${{ env.PKG_NAME }}.7z
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,8 @@ opencv 4.6.0

### 20221123 update
- BUILD_JAVA=ON, BUILD_opencv_java=ON, BUILD_opencv_flann=ON
- 输出java binding,位置在Release/install/share/java
- 输出java binding,位置在Release/install/share/java

### 20221231 update
- opencv 4.7.0
-

0 comments on commit 5c4eccc

Please sign in to comment.