CI: build with make

This commit is contained in:
raf 2023-11-30 22:54:49 +03:00 committed by GitHub
parent 03929055f8
commit 9213e6e0fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/workflows/c-cpp.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: C++ Build CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build with Make
run: make all