Skip to content

Commit ddffed6

Browse files
TRY CI
1 parent 99fd8db commit ddffed6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Test with v4l2loopback
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
test-with-v4l2loopback:
7+
runs-on: rpi3
8+
env:
9+
DEBIAN_FRONTEND: noninteractive
10+
11+
steps:
12+
- run: |
13+
ls -lah /dev/video*

0 commit comments

Comments
 (0)