Create c-cpp.yml

Add continuous integration build test.
This commit is contained in:
Phil Burk 2020-09-24 10:55:57 -07:00
commit df4e0bf405

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

@ -0,0 +1,19 @@
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
- name: make
run: make