Skip to content

Commit

Permalink
Migrate 5.x builds for Android to SDK v30. (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov authored Jan 22, 2024
1 parent 7033e55 commit d5f79b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/OCV-PR-5.x-Android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
GIT_CACHE_DOCKER: '/home/ci/git_cache'
OPENCV_DOCKER_WORKDIR: '/home/ci/opencv'
CCACHE_DIR: '/home/ci/.ccache'
OPENCV_DOWNLOAD_PATH: '/home/ci/binaries_cache'

jobs:
BuildAndTest:
Expand All @@ -31,11 +32,12 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-androidsdk-28:20220721
image: quay.io/opencv-ci/opencv-androidsdk-30:20231201
volumes:
- /home/opencv-cn/git_cache:/home/ci/git_cache
- /home/opencv-cn/ci_cache/opencv:/home/ci/.ccache
- /home/opencv-cn/gradle_cache:/home/ci/.gradle
- /home/opencv-cn/binaries_cache:/home/ci/binaries_cache
steps:
- name: Brief system information
timeout-minutes: 60
Expand Down

0 comments on commit d5f79b9

Please sign in to comment.