1
0
Fork 0

setup CI build

This commit is contained in:
Geoffrey Van Landeghem 2020-12-03 23:15:46 +01:00 committed by geoffrey
parent aa2eb59df6
commit 9e053e0501

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