zisismaras / marlin_auto_build

Continuous automatic builds of the Marlin 3d-printer firmware
GNU Affero General Public License v3.0
12 stars 10 forks source link

AutoBuild does not work with other boards #9

Open Kooramah opened 7 months ago

Kooramah commented 7 months ago

Hi,

It seems like the Auto Build does not work with other boards.

I am using a BTT SKR Mini E3 3.0 and with the board_env "STM32G0B1RE_btt" and I keep getting:

Error: Build environment 'STM32G0B1RE_btt' is incompatible with BOARD_RAMPS_14_EFB. Use one of these environments: mega2560, mega1280

Repo and Path:

repo: "https://github.com/MarlinFirmware/Configurations/", path: "/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/",

Kooramah commented 7 months ago

I may have found the issue. It seems like that your auto build does not work when pointing to a path that has a space

config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/

Found the issue by forking the Marlin configs, seems to be working now but does fails to build

Kooramah commented 7 months ago

I have yet to find a solution, if you can help that would be awesome.

Bwvolleyball commented 7 months ago

Random observer here, have you tried escaping the spaces?

config/examples/Creality/Ender-3/BigTreeTech\ SKR\ Mini\ E3\ 3.0/

Kooramah commented 7 months ago

I tried that as well, that did not work. Even tried to encode to URL. Nothing.

But I moved on to Klipper so this can be closed if needed