Skip to content

Commit fc18e50

Browse files
committed
linux-headers: add basic test
1 parent 3c9b205 commit fc18e50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

linux-headers.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ update:
4242
identifier: gregkh/linux
4343
strip-prefix: v
4444
use-tag: true
45+
46+
test:
47+
pipeline:
48+
- runs: |
49+
# Ensure we've installed at least one header file
50+
[ $(find /usr/include/linux/ -name *.h | wc -l) != 0 ]

0 commit comments

Comments
 (0)