增加持续集成

This commit is contained in:
NeoZng
2023-07-25 20:01:42 +08:00
parent 1f713f17c4
commit f3a3953652
3 changed files with 33 additions and 6 deletions

20
.github/workflows/c-cpp.yml vendored Normal file
View 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