duality icon indicating copy to clipboard operation
duality copied to clipboard

Consider using NUKE build instead of the nightly builder

Open Rick-van-Dam opened this issue 5 years ago • 1 comments

Summary

Currently duality uses the nightlybuilder, a completely custom tool written by Adam himself. Consider moving towards more modern tooling. At work iam using NUKE build where you define your build in C# and can separate the build steps in targets that depend on each other. It offers full intelisense, debugging capabilities, allows you to install tools locally, has good integration with commandline tools etc. It can even make a nice graph where you can see what targets will be executed:

https://nuke.build/docs/authoring-builds/fundamentals.html

Example where I use it for my build: https://github.com/Barsonax/Singularity/blob/master/_build/Build.cs

Rick-van-Dam avatar Apr 28 '20 14:04 Rick-van-Dam

Looks awesome! +1 for that

ChristianGreiner avatar Apr 30 '20 10:04 ChristianGreiner