Create c-cpp.yml

This commit is contained in:
Andrea Bontempi 2020-07-09 14:50:35 +02:00 committed by GitHub
parent aed9381e0a
commit f65475f9c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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