Skip to content

filtering to amps & try to fix sim tests with filtering #2661

filtering to amps & try to fix sim tests with filtering

filtering to amps & try to fix sim tests with filtering #2661

Workflow file for this run

name: Verify Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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
- name: make tests
run: sudo bash ./Validation/makeTests.sh
shell: bash