-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
Developers can test the build process without needing to recompile a new launcher exe. This saves some setup steps to get a new developer started. Also warn that this build can't be release as by definition it can't be fully tested.
- Loading branch information
There are no files selected for viewing
5 comments
on commit 2724099
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we even need the Full switch? I mean we never do releases that don't have Full anyway and Full generates the _mini part, too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably take it out. You would run this twice for full and minimal but the pack script makes both. Now it just makes testing faster so you don't wait for the massive git download. Could probably just supply a custom sources file to do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I always think negative flags are better, as in -nocompile and -nogit would be better since the default will always be without those flags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me too but what are defaults for if not the first-run experience?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't quite understand what you mean. The script is mainly used by us, to prepare a release. And our default use case is always a full release, so that would be the baseline, no?
typo