Recator application build system: cleaner flags naming, set release flag to yes by default, include unit test and debug apps (#443)

This commit is contained in:
あく
2021-04-30 14:07:13 +03:00
committed by GitHub
parent 024ced4672
commit b90d72fadf
7 changed files with 315 additions and 320 deletions

View File

@@ -52,7 +52,7 @@ jobs:
- name: Build firmware in docker
uses: ./.github/actions/docker
with:
run: make -j$(nproc) -C firmware TARGET=${TARGET_VERSION} APP_RELEASE=1
run: make -j$(nproc) -C firmware TARGET=${TARGET_VERSION}
- name: Generate dfu file for firmware
uses: ./.github/actions/docker