chore(action): create build.yml

This commit is contained in:
Kisaragi 2022-05-12 09:46:48 +09:00 committed by GitHub
parent 69791e9bf5
commit 204b73d7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
.github/workflows/build.yml vendored Normal file
View 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`