Skip to content

Commit

Permalink
Merge pull request #3363 from asenyaev:asen/cuda_pipelines_4.x
Browse files Browse the repository at this point in the history
Workflow Ubuntu 20.04 x64 with CUDA support (4.x)
  • Loading branch information
asmorkalov authored Oct 13, 2022
2 parents c4027ab + be91fa8 commit 2f4d9dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/PR-4.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2f4d9dc

Please sign in to comment.