-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rewrote CI to Pascal #16
Conversation
Wow this is great stuff, everything done in Pascal 🥇 Would the Pascal scripts allow use of units? Because if the code can be refactored, you could have one helper unit that could be used in many repositories, and keep the main Pascal makefile short and easy to read. By the way, I wonder why it is needed to have the UniqueInstance component. Warm regards |
Removed.
Yes |
Thanks. I suppose in procedure List := FindAllFiles(Path, '*.lpk', True); |
Looks good to me and CI passes. I would suggest to rename the I can merge the pull request if you like. Or I can wait if you would like to continue refactoring. What would you prefer? |
Thank you. I fixed. |
What are your thoughts on this? |
@circular17 I have done |
@circular17 Could you please approve this PR? |
What do you think about this CI?