Browse Source

Merge pull request #3919 from asmorkalov:as/fastcv_ci

Added CI pipeline with FastCV back-end.
pull/3927/head
Alexander Smorkalov 3 months ago committed by GitHub
parent
commit
d28106c47f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/PR-4.x.yaml

3
.github/workflows/PR-4.x.yaml

@ -14,6 +14,9 @@ jobs: @@ -14,6 +14,9 @@ jobs:
Ubuntu2004-ARM64:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-4.x-ARM64.yaml@main
Ubuntu2004-ARM64-FastCV:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-4.x-ARM64-FastCV.yaml@main
Ubuntu2004-x64-CUDA:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-4.x-U20-Cuda.yaml@main

Loading…
Cancel
Save