-
Notifications
You must be signed in to change notification settings - Fork 28
[Help Wanted] Rewrite build scripts in modern scripting language #85
Comments
I like Cake
|
I did not look into the build system into detail, I agree that batch scripts is a bad idea ;) In short: |
@HGCapacitor For me the main point in moving to a dedicated build system is robustness and descriptive error messages, when some dependency is missing or fails to run. |
@HGCapacitor Agreed. I don't care that much as long as it is cross-platform, command-line friendly, and scriptable. |
This issue was moved to #8 |
Build automation is mostly in batch, which, well... sucks. It's also not cross-platform, which is a barrier to supporting .NET Core/Mono. The build scripts should be re-written using one of the following, in rough order of preference:
If you want to use make, Scala, groovy, etc, I'm open to it. Anything other than batch.
The text was updated successfully, but these errors were encountered: