workflows: delete unsuccesfull mcu build
This commit is contained in:
parent
86c09dc353
commit
8ea6b33b4e
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@ -1,20 +0,0 @@
|
||||
name: Build project from mcuexpresso
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- '*'
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup MCUXpresso IDE
|
||||
uses: NXP-Micro/setup-mcuxpresso-ide@v1.3
|
||||
with:
|
||||
version: '11.3.0'
|
||||
- name: Build project
|
||||
run: |
|
||||
cd source/shoh
|
||||
mcuxpressoide -nosplash -data . -import . -build Build -cleanBuild all
|
||||
Loading…
x
Reference in New Issue
Block a user