storj-archived / autobin

Deprecated. Cross platform batch / shell scripts used to automatically build binaries.
https://storj.io
GNU Affero General Public License v3.0
3 stars 5 forks source link

autobin script stoped after one failed binary build #10

Closed littleskunk closed 8 years ago

littleskunk commented 8 years ago

A pull request with syntax errors is a problem for the autobin script. py2exe will return an error and it does not return to the main autobin folder. Bugfix needed to return to the main folder even in case of a bad pull request.

littleskunk commented 8 years ago

Retest with a bad pull request (syntax error in setup.py) passed. The uploaded binary is useless but autobin doesn't stop and is ready to build new binaries.