Added workflow for Github Actions to build and test OpenCV on Linux#21875
Added workflow for Github Actions to build and test OpenCV on Linux#21875opencv-pushbot merged 4 commits intoopencv:3.4from asenyaev:asen/workflow_only_linux
Conversation
|
Updated PR merging a build and tests jobs into one to reduce an amount of checks and dependencies and changing naming. This workflow is adopted for |
…cmake flags, save unit tests results as a html file
|
@asenyaev Let's use JUnit XML reports for all tests, including C++, Java and Python. Github Actions can render them with this step: https://github.com/marketplace/actions/junit-report-action |
This action just parse a xml file and add information like this: ℹ️ 35571 tests run, 0 skipped, 0 failed. I think it's not very useful, better to open html file. Moreover, this action adds a check for PR, what is a bit messy. |
This PR adds a workflow for GitHub Actions to build and test OpenCV on
ubuntu-20.04for 3.4 branchPull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.