Files
firmware_thomas_the_tank_en…/.github/workflows/esp32_build.yml
2024-05-06 22:38:38 +02:00

30 lines
763 B
YAML

name: Thomas the tank engine - Build and Artifact the ESP-IDF Project
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: "recursive"
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.2
target: esp32s3
- name: Archive build output artifacts
uses: actions/upload-artifact@v4
with:
name: build
path: |
build/bootloader/bootloader.bin
build/partition_table/partition-table.bin
build/${{ github.event.repository.name }}.bin
build/${{ github.event.repository.name }}.elf