non-default CI issues
This commit is contained in:
parent
43b8588126
commit
8c510868d2
|
@ -16,6 +16,7 @@ make -j4
|
|||
|
||||
rem Clean up so that no one inherits this value
|
||||
set PROJECT_BOARD=
|
||||
set PROJECT_CPU=
|
||||
set EXTRA_PARAMS=
|
||||
set DEBUG_LEVEL_OPT=
|
||||
set USE_BOOTLOADER=
|
||||
|
|
|
@ -20,6 +20,7 @@ if not exist build/rusefi.hex exit -1
|
|||
|
||||
rem Clean up so that no one inherits this value
|
||||
set PROJECT_BOARD=
|
||||
set PROJECT_CPU=
|
||||
set EXTRA_PARAMS=
|
||||
set DEBUG_LEVEL_OPT=
|
||||
set USE_BOOTLOADER=
|
||||
|
|
|
@ -21,6 +21,7 @@ if not exist build/rusefi.hex exit -1
|
|||
|
||||
rem Clean up so that no one inherits this value
|
||||
set PROJECT_BOARD=
|
||||
set PROJECT_CPU=
|
||||
set EXTRA_PARAMS=
|
||||
set DEBUG_LEVEL_OPT=
|
||||
set USE_BOOTLOADER=
|
||||
|
|
Loading…
Reference in New Issue