Skip to content

Replace builds.sr.ht with GitHub Actions #1

Replace builds.sr.ht with GitHub Actions

Replace builds.sr.ht with GitHub Actions #1

name: Firmware builds

Check failure on line 1 in .github/workflows/firmware-builds.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/firmware-builds.yml

Invalid workflow file

`pull-request` is not a valid event name
on:
push:
branches: [ master ]
path-ignore:
- 'docs/**'
- 'contrib/**'
pull-request:
path-ignore:
- 'docs/**'
- 'contrib/**'
jobs:
default:
runs-on: ubuntu-24.04
steps:
- name: Fetch Sources
uses: actions/checkout@v4
with:
submodules: true
- name: Install build dependencies
run: sudo apt-get install -y gcc-arm-none-eabi libnewlib-arm-none-eabi make
- name: Build
run: |
cd dirtyjtag
make PLATFORM=bluepill
make PLATFORM=stlinkv2
make PLATFORM=stlinkv2dfu
make PLATFORM=baite
make PLATFORM=olimexstm32h103
make PLATFORM=stlinkv2white