KoffeinFlummi / armake2

Successor to armake written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for remote input

Krzmbrzl opened this issue · comments

It would be really cool if the files built by armake didn't have to be local to the machine it is running on.

If one was able to specify a remote git-repo or something like this that should be built or that should be used as an include-path for a build, that'd be awesome.

Example:
armake build https://github.com/CBATeam/CBA_A3/tree/master/addons/accessory
or armake build -i https://github.com/CBATeam/CBA_A3/tree/master/addons/main <myLocalProject>

This is out-of-scope for armake. It would be more appropriate to use some other tool to collect dependencies, cache them locally and invoke armake, or to use some sort of file system level solution to mount remote content.