Skip to content

1. Added motion vector as 2nd output from the H264EncoderV4l2 module. #586

1. Added motion vector as 2nd output from the H264EncoderV4l2 module.

1. Added motion vector as 2nd output from the H264EncoderV4l2 module. #586

name: CI-Linux-CUDA-WSL
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
NOTE_TO_SELF: "environments can not be passed from here to reused workflows!"
jobs:
wsl-cuda-build-test:
uses: ./.github/workflows/build-test-lin-wsl.yml
with:
runner: windows-cuda
flav: WSL
is-selfhosted: true
cuda: 'ON'
cache-path: './none'
nProc: 6
wsl-cuda-publish:
needs: wsl-cuda-build-test
permissions:
checks: write
pull-requests: write
uses: ./.github/workflows/publish-test.yml
with:
flav: WSL
secrets:
GIST_TOKEN: ${{ secrets.GIST_TOKEN }}