Skip to content

address #5: add prelim GH actions scripts and configs #13

address #5: add prelim GH actions scripts and configs

address #5: add prelim GH actions scripts and configs #13

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- main
- release/*
- workflow/*
jobs:
build_fw:
runs-on: ubuntu-latest
container:
image: espressif/idf:v5.3
steps:
- name: "Checkout files"
uses: actions/checkout@v4
with:
submodules: "recursive"
- name: "Regular firmware build"
run: "./ci/build.sh"