Skip to content

Fixed github workflow. #36

Fixed github workflow.

Fixed github workflow. #36

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@master
- 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 PHOBIA_rev5 firmware
run: make -C src HWREV=PHOBIA_rev5
- name: Build PESC_r1 firmware
run: make -C src HWREV=PESC_r1
- name: Build MKESC_84200 firmware
run: make -C src HWREV=MKESC_84200