only:alphax-8chan_debug
This commit is contained in:
parent
9237c4b16a
commit
ab88650f2e
|
@ -74,6 +74,7 @@ jobs:
|
|||
alphax-4chan,
|
||||
alphax-4chan_f7,
|
||||
alphax-8chan,
|
||||
alphax-8chan_debug,
|
||||
m74_9,
|
||||
s105,
|
||||
t-b-g,
|
||||
|
@ -148,6 +149,11 @@ jobs:
|
|||
ini-file: rusefi_alphax-8chan.ini
|
||||
skip-rate: 0
|
||||
|
||||
- build-target: alphax-8chan_debug
|
||||
folder: config/boards/hellen/alphax-8chan
|
||||
ini-file: rusefi_alphax-8chan.ini
|
||||
skip-rate: 95
|
||||
|
||||
- build-target: alphax-8chan_f7
|
||||
folder: config/boards/hellen/alphax-8chan
|
||||
ini-file: rusefi_alphax-8chan_f7.ini
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
export EXTRA_PARAMS="-DRAMDISK_INVALID -DEFI_LUA=FALSE"
|
||||
export DEBUG_LEVEL_OPT="-O0 -ggdb -g"
|
||||
export INCLUDE_ELF=yes
|
||||
cd ..
|
||||
bash ../common_make.sh hellen/alphax-8chan ARCH_STM32F4
|
Loading…
Reference in New Issue