Create c-cpp.yml

This commit is contained in:
Dm1tr1y147 2020-06-11 17:12:34 +05:00 committed by GitHub
parent 3c12ad5db1
commit a1639ef042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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