mctools / simplebuild

A very simple to use build system for projects with primarily C++/Python code, intended for usage by scientific developers without a strong SW-engineering background.
https://mctools.github.io/simplebuild/
Apache License 2.0
3 stars 1 forks source link

Need mode for working without a particular project-directory. #5

Closed tkittel closed 11 months ago

tkittel commented 1 year ago

For CI, etc., it will be useful to be able to build (and subsequently either test or use existing bundles), directly from the command-line. It might be

Ideas for mock-up commands:

 simplebuild --no-project-dir --bundles dgcode_val somebundle --cfg build.mode=release -t
tkittel commented 11 months ago

With the new sb --init mode, it is no big deal to setup CI without this feature. Although nothing is impossible in the long run, I will close this issue for now as it is very much not urgent.