Skip to content

Merge pull request #57 from andoma/mla/fix-alert #385

Merge pull request #57 from andoma/mla/fix-alert

Merge pull request #57 from andoma/mla/fix-alert #385

Workflow file for this run

name: All platforms
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup
run: sudo apt update && sudo apt install --no-install-recommends --no-install-suggests gcc-arm-none-eabi
- name: make
run: make -j`nproc` allplatforms