mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-23 19:25:09 +08:00
增加持续集成
This commit is contained in:
20
.github/workflows/c-cpp.yml
vendored
Normal file
20
.github/workflows/c-cpp.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: C/C++ CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: carlosperate/arm-none-eabi-gcc-action@v1
|
||||
- run: arm-none-eabi-gcc --version
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: make
|
||||
run: make -j12
|
||||
Reference in New Issue
Block a user