WIP: Added pipeline to test Android configuration with real phone#128
Closed
asmorkalov wants to merge 1 commit intoopencv:mainfrom
Closed
WIP: Added pipeline to test Android configuration with real phone#128asmorkalov wants to merge 1 commit intoopencv:mainfrom
asmorkalov wants to merge 1 commit intoopencv:mainfrom
Conversation
eb14423 to
22aa22d
Compare
22aa22d to
8292bed
Compare
| paths: | ||
| - '.github/workflows/OCV-PR-4.x-Android.yaml' | ||
| workflow_call: | ||
| - '.github/workflows/OCV-4.x-Android-SDK.yaml' |
| uses: actions/upload-artifact@v3 | ||
| if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }} | ||
| with: | ||
| name: junit-html-macos-arm64 |
| - name: Configure OpenCV | ||
| timeout-minutes: 60 | ||
| run: | | ||
| cmake -B build -G Ninja ${{ env.EXTRA_CMAKE_OPTIONS }} opencv |
asmorkalov
added a commit
that referenced
this pull request
Jan 31, 2024
Replaces #128 Depends on opencv/opencv#24910 * Added pipeline to test Android configuration with real phone. * Cleanup environment. * Use proper label to select host. * Use proper label to select host. * Set binaries cache location. * Binaries cache path fix. * Removed limitation. * Set git cache location in pipeline.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.