Skip to content

Commit

Permalink
build: further ESP-IDF experimentation
Browse files Browse the repository at this point in the history
  • Loading branch information
malachib committed Dec 21, 2024
1 parent 238aced commit 04691a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Interesting for reference, but I think it's obsoleted - can't get it to work,
# cmake2.yml works though

name: CMake

on:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/idf.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
name: ESP-IDF

on:
push:
branches: [ "dev/**", "alpha" ]

jobs:
build:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 04691a1

Please sign in to comment.