mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Github actions simple cpp build
This commit is contained in:
13
.github/workflows/ccpp.yml
vendored
Normal file
13
.github/workflows/ccpp.yml
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user