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

Add some way of testing the all-in-one build scripts for dependencies #59

Open
rdw-software opened this issue Feb 1, 2023 · 0 comments

Comments

@rdw-software
Copy link
Member

Currently, the build workflows run each individual build script (one per dependency) for more useful feedback in the UI. The problem with this approach is that the more convenient "all-in-one" build scripts (e.g., unixbuild-all.sh) aren't tested ever. I don't want to have just a single "build dependencies" step since that will be more difficult to troubleshoot in case of errors.

So I guess, an alternative solution would be to add some "unit tests" that simply check whether all files in the deps folder matching the respective naming scheme (name-unixbuild.sh or name-windowsbuild.sh) are actually called by the main script, but I don't like that either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Soon™
Development

No branches or pull requests

1 participant