beeware / mobile-forge

A tool to manage building cross-platform binary wheels for mobile devices
BSD 3-Clause "New" or "Revised" License
20 stars 13 forks source link

Capture logs and output to file during builds #12

Closed freakboy3742 closed 11 months ago

freakboy3742 commented 11 months ago

Any console output generated during a build is now output to a file in a logs directory. If a build fails, the log is moved to the errors directory.

Fixes #9.

PR Checklist: