Create c-cpp.yml

This commit is contained in:
Nick Peng
2021-08-24 16:44:44 +08:00
committed by GitHub
parent 772229c826
commit 0e89d05ee7

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