.github/workflows/c-cpp.yml: init config

This commit is contained in:
@RandyMcMillan 2022-11-21 13:20:09 -05:00 committed by William Casarin
parent a3f69222bc
commit 44787b4a86
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: [ "master", "**" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make