lalbuild / lal

A strict, language-agnostic build system and dependency manager
MIT License
4 stars 1 forks source link

Split shell.rs into "runners" #42

Closed bencord0 closed 4 years ago

bencord0 commented 4 years ago

The initial runners are docker and native, but more could be added later allowing for extensions like we already have for storage Backends.

No attempt to make a Runner trait yet, this commit just splits the code in shell.rs.