Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 17, 2023
1 parent de9bf29 commit 685ec97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
python-version: "3.9"
- name: Install PlatformIO
run: python -m pip install platformio
# https://github.com/rzeldent/platformio-espressif32-sunton/archive/refs/heads/default.zip
- name: Check boards
run: pio boards espressif32
- name: Build firmware
run: pio ci --lib=src --lib=include --exclude=assets --exclude=example --exclude=boards --project-conf="examples/ci/platformio.ini" "examples/ci/main.cpp"
env:
PLATFORMIO_BUILD_FLAGS: -DLV_CONF_PATH="${{github.workspace}}/example/lv_conf.h" -DPLATFORMIO_BOARDS_DIR="${{github.workspace}}/boards"
PLATFORMIO_BUILD_FLAGS: -DLV_CONF_PATH="${{github.workspace}}/examples/ci/lv_conf.h"
PLATFORMIO_BOARDS_DIR: "${{github.workspace}}/boards"
2 changes: 1 addition & 1 deletion boards
Submodule boards updated 1 files
+0 −7 esp32-8048S070C.json

0 comments on commit 685ec97

Please sign in to comment.