add an optional button in the dashboard for remote mode switch #336
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compilation CI | |
on: [push] | |
jobs: | |
compile-job: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
- uses: carlosperate/arm-none-eabi-gcc-action@v1 | |
with: | |
release: '11.3.Rel1' | |
- name: compile-revM | |
run: pushd software/firmware && make clean && make -j all BOARD_REV=M |