Fix compile error and attempt to release with GitHub Actions

This commit is contained in:
Sebastien
2020-10-27 08:09:49 -04:00
parent 445d335974
commit 56d3c86b60
8 changed files with 16 additions and 5218 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
set(EXTRA_COMPONENT_DIRS components/platform_console/app_recovery components/platform_console/app_squeezelite )
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
add_definitions(-DbSqueezeESP32)
message(STATUS "Building RECOVERY")
project(recovery)
set_property(TARGET recovery.elf PROPERTY RECOVERY_PREFIX app_recovery )
@@ -13,5 +13,3 @@ set(PROJECT_VER $ENV{PROJECT_VER})
#target_compile_definitions(__idf_squeezelite-ota PRIVATE DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE)
#target_compile_definitions(__idf_driver_bt PRIVATE DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE)
target_compile_definitions(__idf_main PUBLIC MODEL_NAME=SqueezeESP32)
target_compile_definitions(__idf_platform_console PUBLIC MODEL_NAME=SqueezeESP32)