Skip to content

Update build-firmware.yaml #7

Update build-firmware.yaml

Update build-firmware.yaml #7

Workflow file for this run

name: Build Unisolder firmware
on: [push]
jobs:
build:
name: Build project
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v4
- name: Change directory
run: cd software/front
- name: Build PIC32_with_bootloader
uses: PBrunot/ghactions-mplabx@master
with:
project: software/front/US_Firmware.X
configuration: PIC32_with_bootloader
- name: Build PIC32_Standalone
uses: PBrunot/ghactions-mplabx@master
with:
project: software/front/US_Firmware.X
configuration: PIC32_Standalone
# Archive the build output
- name: Archive build output
uses: actions/upload-artifact@v2
with:
name: build-output
path: software/front/dist