Create c-cpp.yml

Not sure this will work, trying it...
This commit is contained in:
Michel Pollet 2023-11-03 11:26:52 +00:00 committed by GitHub
parent 71ae3b5d10
commit 2d07a901df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

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

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