Build on commit

Added a github actions Make on commit to this repository
This commit is contained in:
Nicolas Van Wambeke 2022-03-05 16:45:19 +01:00 committed by GitHub
parent f643d39168
commit bab4c30b2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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@v2
- name: make
run: make