mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 20:27:53 +00:00
[module] build pull requests and master with GitHub Actions
This commit is contained in:
parent
b8178b3e7d
commit
ec69ae261f
1 changed files with 11 additions and 0 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -21,3 +21,14 @@ jobs:
|
|||
run: |
|
||||
cd client/build
|
||||
make -j$(nproc)
|
||||
|
||||
module:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Build kernel module
|
||||
run: |
|
||||
cd module
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue