DarkFlippers / unleashed-firmware

Flipper Zero Unleashed Firmware
https://flipperunleashed.com
GNU General Public License v3.0
17.7k stars 1.46k forks source link

Review of MR #392 for containerized build/flash #393

Open ErezBinyamin opened 1 year ago

ErezBinyamin commented 1 year ago

Description of the feature you're suggesting.

Dependencies often cause folks trouble. Docker containers help with that problem. Makefiles are good at tracking dependencies and making simple interfaces to use potentially complex commands.

This is a Makefile/Dockerfile combo that should make building/flashing the firmware more pleasant

Anything else?

No response

derskythe commented 1 year ago

Hi, You can use Github Actions for this purpose: https://github.com/DarkFlippers/flipperzero-subbrute/blob/d1317392a4a7dadd34157e66c73fee6990fd2100/.github/workflows/build-with-firmwware.yml