mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2025-03-15 03:29:23 +01:00
chore(action): create build.yml
This commit is contained in:
parent
69791e9bf5
commit
204b73d7d9
22
.github/workflows/build.yml
vendored
Normal file
22
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: Build and deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
make modules -j`nproc`
|
Loading…
x
Reference in New Issue
Block a user