riesgos / buildall

Repository for building and running all of riesgos' services
Apache License 2.0
0 stars 1 forks source link

First version of dependency checking #25

Closed nbrinckm closed 10 months ago

nbrinckm commented 10 months ago

I added a subcommand check that will check for dependencies. With the first one that it finds missing, it will stop the script.

This stage is also now included into the build sub command - so that we don't run the script for half an hour just to see that a tool is missing.

The check for docker-compose is earlier in the script, so the new command doesn't check that.

nbrinckm commented 10 months ago

Associated to issue #23

MichaelLangbein commented 10 months ago

Forgot to mention - works fine on my machine. Great work!