aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorElliot Matson <ematson5897@gmail.com>2023-01-29 21:07:24 -0600
committerElliot Matson <ematson5897@gmail.com>2023-01-29 21:07:24 -0600
commit9b706f9599e90dfe4cc2a95a643c94225e52ab49 (patch)
treed863b39a48401652fe73a5c163d786e2f37da089 /.github/workflows
parent035e0e0d2f772e92ecec49ffc0484e5e910a7fb6 (diff)
test esp-idf
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pio_build.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml
index 252febe..edc157c 100644
--- a/.github/workflows/pio_build.yml
+++ b/.github/workflows/pio_build.yml
@@ -46,5 +46,6 @@ jobs:
- name: Run PlatformIO
env:
PLATFORMIO_BUILD_FLAGS: ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }}
- PLATFORMIO_CI_SRC: ${{ matrix.example }}
- run: pio ci -e esp32 -c ${{ matrix.example }}/platformio.ini \ No newline at end of file
+# PLATFORMIO_CI_SRC: ${{ matrix.example }}
+# run: pio ci -e esp32 -c ${{ matrix.example }}/platformio.ini
+ run: pio run -d ${{ matrix.example }} -e esp32idf -c ${{ matrix.example }}/platformio.ini \ No newline at end of file