add build workflow

This commit is contained in:
shrapnelnet 2025-01-21 18:59:43 +00:00
parent 2104adb478
commit 0a5cfade7f
Signed by: observer
GPG Key ID: 934A62C2C469FFAF

13
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: C/C++ CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make -j$(nproc)