-
Notifications
You must be signed in to change notification settings - Fork 75
Makefile and build scripts #289
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
Conversation
- Split build.bat into multiple smaller Batch scripts (allow to be run individually or via make) - Fix compile tests in F# and VB unit tests
Justintime50
left a comment
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.
Windows doesn't have access to make out of the box whereas many unix systems do. You'll want to install make on Windows and ensure these commands are cross compatible, otherwise there isn't much worth in adding these in: https://community.chocolatey.org/packages/make
I'll defer reviewing till Windows support has been confirmed as I'm sure there are a couple tweaks left.
- Fix quotes for Windows
- Makefile step to check Batch scripts - Checking Batch scripts added as CI step (won't fail)
- Makefile step still exists for manual run
Justintime50
left a comment
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.
All is fine; however, I'd prefer that check_scripts is renamed to something like lint_scripts so it is more easier for searching, understanding, and uses the same language we are accustomed to.
Description
Testing
Pull Request Type
Please select the option(s) that are relevant to this PR.