From dc39be505bde22ce5663bf1202c515c38272c8c9 Mon Sep 17 00:00:00 2001 From: aanper Date: Mon, 19 Oct 2020 09:56:12 +0300 Subject: [PATCH] not build cc1101 in local build, app_release default in CI build --- .github/workflows/ci.yml | 2 +- applications/applications.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acb79084..fa08c9d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Build F2 firmware in docker uses: ./.github/actions/docker with: - run: make -C firmware TARGET=f2 + run: make -C firmware TARGET=f2 APP_RELEASE=1 - name: Publish F2 firmware artifacts uses: actions/upload-artifact@v2 diff --git a/applications/applications.mk b/applications/applications.mk index aff66448..001f812f 100644 --- a/applications/applications.mk +++ b/applications/applications.mk @@ -3,7 +3,7 @@ LIB_DIR = $(PROJECT_ROOT)/lib CFLAGS += -I$(APP_DIR) -APP_RELEASE ?= 1 +APP_RELEASE ?= 0 ifeq ($(APP_RELEASE), 1) APP_GUI = 1 APP_INPUT = 1