Merge pull request #45 from simon04/github-actions-c

Enable GitHub Actions for C
This commit is contained in:
Jochen Topf 2020-10-20 09:16:42 +02:00 committed by GitHub
commit 66edf29639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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