Skip to content

ctrl-f

ctrl-f #1594

Workflow file for this run

name: Verify Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install tools
run: |
sudo apt -y update
sudo apt -y install gcc-arm-none-eabi
- name: Initialize Submodules
run: git submodule update --init --recursive
- name: clean
run: make clean
- name: make stm32f413
run: make stm32f413