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 dfe100b commit af0c2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
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_BOARDS_DIR: "${{github.workspace}}/boards"
PLATFORMIO_BUILD_FLAGS: -DLV_CONF_PATH="${{github.workspace}}/examples/ci/lv_conf.h"
#PLATFORMIO_BUILD_FLAGS: -DLV_CONF_PATH="${{github.workspace}}/examples/ci/lv_conf.h"
2 changes: 1 addition & 1 deletion examples/ci/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build_flags =
#-Wall
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
# LVGL settings
#-D LV_CONF_PATH=${PROJECT_INCLUDE_DIR}/lv_conf.h
-D LV_CONF_PATH=${PROJECT_SOURCE_DIR}/lv_conf.h

[env:esp32-2424S012C]
board = esp32-2424S012C
Expand Down

0 comments on commit af0c2b9

Please sign in to comment.