added github action script

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-05-06 22:16:35 +02:00
parent 97c559d8a0
commit f3eec960ff

20
.github/workflows/esp32_build.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Thomas the tank engine - Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: "recursive"
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.2
target: esp32s3