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

Redo projectormake automated build #190

Open
zwetan opened this issue Oct 8, 2020 · 1 comment
Open

Redo projectormake automated build #190

zwetan opened this issue Oct 8, 2020 · 1 comment
Labels
projectormake Utility to build projectors

Comments

@zwetan
Copy link
Member

zwetan commented Oct 8, 2020

this is for internal tools, eg. distributed with the Redtamarin SDK

  • each tools build should be under the build/{projectname}
    here we would use build/projectormake

  • each tools should be able to produce a standalone executable (or a binary)

    Special case for projectormake where we need to self-bootstrap
    other tools will use projectormake to produce their binaries.

    In order to self-bootstrap projectormake need to "compile itself"
    using the redshell and a pre-compiled projectormake.abc.

  • each tools should be able to

    • produce an .abc or .swf file (eg. pre-compiled code)
    • produce a binary (with the help of projectormake)
    • produce their man page
    • produce other documentations
@zwetan zwetan added the projectormake Utility to build projectors label Oct 8, 2020
@zwetan zwetan added this to To do in projectormake via automation Oct 8, 2020
@zwetan
Copy link
Member Author

zwetan commented Oct 8, 2020

for such builds we will use Bash for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
projectormake Utility to build projectors
Projects
Development

No branches or pull requests

1 participant