Skip to content

Commit

Permalink
GITHUB
Browse files Browse the repository at this point in the history
  • Loading branch information
pbruenn committed Aug 30, 2024
1 parent d4ab4d6 commit 3df6f2e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: build
on: push
jobs:
build-module:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: compile driver
run: make
- uses: actions/upload-artifact@v2
with:
name: build-module
path: |
*.ko
**/*.ko

0 comments on commit 3df6f2e

Please sign in to comment.