Github actions simple cpp build

This commit is contained in:
Daniel Agar 2019-09-10 17:07:51 -04:00 committed by GitHub
parent df01eda550
commit 6277710fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.github/workflows/ccpp.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: px4io/px4-dev-base-bionic:2019-07-29
steps:
- uses: actions/checkout@v1
- name: make
run: make