mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-16 22:35:51 +08:00
Merge pull request #3363 from asenyaev:asen/cuda_pipelines_4.x
Workflow Ubuntu 20.04 x64 with CUDA support (4.x)
This commit is contained in:
4
.github/workflows/PR-4.x.yaml
vendored
4
.github/workflows/PR-4.x.yaml
vendored
@@ -12,6 +12,10 @@ jobs:
|
||||
Ubuntu2004-x64:
|
||||
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-4.x-U20.yaml@main
|
||||
|
||||
Ubuntu2004-x64-CUDA:
|
||||
if: "${{ contains(github.event.pull_request.labels.*.name, 'category: cuda') }}"
|
||||
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-4.x-U20-Cuda.yaml@main
|
||||
|
||||
Windows10-x64:
|
||||
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-4.x-W10.yaml@main
|
||||
|
||||
|
Reference in New Issue
Block a user