Create c-cpp.yml

This commit is contained in:
Lyon 2022-01-03 16:46:51 +08:00 committed by GitHub
parent 0374348924
commit 519f3c4968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
.github/workflows/c-cpp.yml vendored Normal file
View File

@ -0,0 +1,26 @@
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: ryanwinter/arm-none-eabi-gcc@v2.0.1
with:
# GNU Embedded Toolchain for Arm release name, in the V-YYYY-qZ format (e.g. "9-2019-q4")
release: '9-2019-q4'
# - name: make-PLOOC_template_gcc
# run: cd ${{github.workspace}}/CI/PLOOC_template_gcc && make