Skip to content

Fixed makefile.yml workflow. #28

Fixed makefile.yml workflow.

Fixed makefile.yml workflow. #28

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run bench test
run: make -C bench test
- name: Set up arm-none-eabi-gcc
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: latest
- name: Build REV5A firmware
run: make -C src HWREV=PHOBIA_rev5
- name: Build PESC1 firmware
run: make -C src HWREV=PESC_r1
- name: Build FSESC67 firmware
run: make -C src HWREV=MKESC_60100_v2