not build cc1101 in local build, app_release default in CI build
This commit is contained in:
parent
5bd5136972
commit
dc39be505b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user