Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using NUKE build instead of the nightly builder #810

Open
Barsonax opened this issue Apr 28, 2020 · 1 comment
Open

Consider using NUKE build instead of the nightly builder #810

Barsonax opened this issue Apr 28, 2020 · 1 comment
Labels
DevTool Area: Development tools and environment

Comments

@Barsonax
Copy link
Member

Barsonax commented Apr 28, 2020

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

@ChristianGreiner
Copy link
Contributor

Looks awesome! +1 for that

@Barsonax Barsonax linked a pull request May 5, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevTool Area: Development tools and environment
Development

Successfully merging a pull request may close this issue.

2 participants