Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 16, 2023
1 parent af62bbd commit c9d3c61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ jobs:
python -m pip install platformio
pio platform install espressif32
- name: list directory
run: ls -R
run: ls -laR
- name: Check boards
run: pio boards espressif32
- name: Build firmware
run: pio ci --lib="." --project-conf "example/platformio.ini" "example/main.cpp"
run: pio ci --lib="." --project-conf "example/platformio.ini" "example/main.cpp" --keep-build-dir
continue-on-error: true
env:
PLATFORMIO_BUILD_FLAGS: -DLV_CONF_PATH="${{github.workspace}}/example/lv_conf.h"
- name: list directory
run: ls -laR

0 comments on commit c9d3c61

Please sign in to comment.