mirror of
https://github.com/yaakov-h/scream-driver.git
synced 2024-11-22 09:24:49 +00:00
Compare commits
No commits in common. "6942de53ae5ff7a5a44ffa533185ff9c075adee9" and "18d20b8343f7278e4768c172f7cdb46348e003fa" have entirely different histories.
6942de53ae
...
18d20b8343
1 changed files with 0 additions and 29 deletions
29
.github/workflows/ci.yaml
vendored
29
.github/workflows/ci.yaml
vendored
|
@ -1,29 +0,0 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Get code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build kernel module
|
||||
run: make
|
||||
|
||||
- name: Load kernel module
|
||||
run: sudo insmod scream.ko
|
||||
|
||||
- name: Check for device
|
||||
run: ls -l /dev/scream
|
||||
|
||||
- name: Read from device
|
||||
run: head -c 2048 /dev/scream
|
||||
|
||||
- name: Unload kernel module
|
||||
run: sudo rmmod scream.ko
|
Loading…
Reference in a new issue