Skip to content

Commit b5b390d

Browse files
committed
Test nvJpeg/NPPI in CI
1 parent 082c8f5 commit b5b390d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/_build_linux_cuda.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ env:
3434
SPDL_USE_TRACING: 1
3535
SPDL_BUILD_STUB: 0
3636
SPDL_USE_CUDA: 1
37+
SPDL_USE_NVJPEG: 1
38+
SPDL_USE_NPPI: 1
39+
SPDL_LINK_STATIC_NVJPEG: 1
3740
SPDL_USE_NVCODEC: "${{ inputs.use-nvdec == 'nvdec' }}"
3841

3942
jobs:

0 commit comments

Comments
 (0)