not build cc1101 in local build, app_release default in CI build

This commit is contained in:
aanper 2020-10-19 09:56:12 +03:00
parent 5bd5136972
commit dc39be505b
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ jobs:
- name: Build F2 firmware in docker - name: Build F2 firmware in docker
uses: ./.github/actions/docker uses: ./.github/actions/docker
with: with:
run: make -C firmware TARGET=f2 run: make -C firmware TARGET=f2 APP_RELEASE=1
- name: Publish F2 firmware artifacts - name: Publish F2 firmware artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2

View File

@ -3,7 +3,7 @@ LIB_DIR = $(PROJECT_ROOT)/lib
CFLAGS += -I$(APP_DIR) CFLAGS += -I$(APP_DIR)
APP_RELEASE ?= 1 APP_RELEASE ?= 0
ifeq ($(APP_RELEASE), 1) ifeq ($(APP_RELEASE), 1)
APP_GUI = 1 APP_GUI = 1
APP_INPUT = 1 APP_INPUT = 1