Skip to content

Commit df09e9f

Browse files
committed
Workflow Ubuntu 20.04 x64 with CUDA support (5.x)
1 parent 429d111 commit df09e9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/PR-5.x.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
Ubuntu2004-x64:
1313
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5.x-U20.yaml@main
1414

15+
Ubuntu2004-x64-CUDA:
16+
if: "${{ contains(github.event.pull_request.labels.*.name, 'category: cuda') }}"
17+
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5.x-U20-Cuda.yaml@main
18+
1519
Windows10-x64:
1620
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5.x-W10.yaml@main
1721

0 commit comments

Comments
 (0)