Skip to content

Combo 24: NES+SNES, SMS+Atari+C64, Gen+Sat & PSX #83

Combo 24: NES+SNES, SMS+Atari+C64, Gen+Sat & PSX

Combo 24: NES+SNES, SMS+Atari+C64, Gen+Sat & PSX #83

Workflow file for this run

name: Firmware
on:
workflow_dispatch:
workflow_call:
push:
paths:
- Makefile
- Reflex/**
jobs:
build:
name: Build Firmware Combinations
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Arduino CLI
uses: arduino/setup-arduino-cli@v1
- name: Install arduino platform
run: arduino-cli core install arduino:avr
- name: Build All
run: make all
- uses: actions/upload-artifact@v3
with:
name: firmware
path: firmware/