Enable GitHub Actions for C

This commit is contained in:
Simon Legner 2020-10-20 02:01:31 +02:00
parent 78381f3d12
commit 2a636a31f0
1 changed files with 12 additions and 0 deletions

12
.github/workflows/c.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: C CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install protobuf-compiler libprotobuf-dev
- run: make -C src