-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Improve "building" of Mill bootstrap scripts #4327
Comments
I still not get how to local build a mill and make it been used in another project locally :( |
I used to think we had that in the readme, but it doesn't seem so. There are basically three ways
Using the
|
Currently, the various start files are used as-is. They are cluttered in different locations and must be edited manually, which is error-prone and cumbersome.
To properly finish up #2161 and esp. comment #2161 (comment), we should do the following:
mill
,mill.bat
,ci/mill.ps1
) into new dirscripts
(orscripts/src
)scripts
project<project-root>/mill{.bat}
scripts need updates and fail CI or autofix it.The text was updated successfully, but these errors were encountered: