Merge branch 'main' of github.com:xuser75/common

This commit is contained in:
RoyR
2026-03-14 15:12:20 -04:00

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

@@ -0,0 +1,21 @@
name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: make tests
run: make tests
- name: make examples
run: make examples