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

use build-all target for workflows #4209

Merged
merged 2 commits into from
Sep 23, 2024

Commits on Sep 19, 2024

  1. build: add build-all target

    Add a `build-all` target in order to use the corresponding target in
    Twoliter's embedded Makefile.toml.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8587bf0 View commit details
    Browse the repository at this point in the history
  2. github: use the build-all target for workflows

    Rather than building each variant in a separate job, build them all
    at once.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    aad0caa View commit details
    Browse the repository at this point in the history