ci(make): adding the build action to my repository

This commit is contained in:
Raphael 2025-09-19 16:48:36 +02:00
parent 6cc7e2d8b4
commit d0ebc74b47
No known key found for this signature in database

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

@ -0,0 +1,13 @@
name: C/C++ CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: TERM=xterm make