Skip to content

aerovironment-updates #137

aerovironment-updates

aerovironment-updates #137

Workflow file for this run

name: F1 Firmware
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: checkout submodules
run: git submodule update --init --recursive
- name: install toolchain
run: sudo apt -y install gcc-arm-none-eabi
- name: check toolchain
run: arm-none-eabi-gcc --version
- name: make
run: make BOARD=NAZE -j4 -l4