more ci test
This commit is contained in:
@@ -77,10 +77,9 @@ endif
|
||||
ifeq ($(CMDEXE),1)
|
||||
CP = copy
|
||||
RM = del
|
||||
MKDIR = mkdir
|
||||
PYTHON = python
|
||||
MKDIR = cmd /e /c mkdir
|
||||
else
|
||||
SED = sed
|
||||
CP = cp
|
||||
RM = rm
|
||||
MKDIR = mkdir
|
||||
|
@@ -265,7 +265,11 @@ debug-bmp: $(BUILD)/$(PROJECT).elf
|
||||
|
||||
# Create binary directory
|
||||
$(BIN):
|
||||
ifeq ($(CMDEXE),1)
|
||||
@$(MKDIR) $(subst /,\,$@)
|
||||
else
|
||||
@$(MKDIR) -p $@
|
||||
endif
|
||||
|
||||
# Copy binaries .elf, .bin, .hex, .uf2 to BIN for upload
|
||||
# due to large size of combined artifacts, only uf2 is uploaded for now
|
||||
|
Reference in New Issue
Block a user