mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[module] build pull requests and master with GitHub Actions
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -21,3 +21,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd client/build
|
cd client/build
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
|
module:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
- name: Build kernel module
|
||||||
|
run: |
|
||||||
|
cd module
|
||||||
|
make
|
||||||
|
Reference in New Issue
Block a user