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

Output Runner and Multiple Runs #133

Closed
wants to merge 2 commits into from

Commits on Jul 31, 2018

  1. Implement output runner from bazel command

    iBazel now watches the log warning from Bazel outputs. Users can watch for
    specific commands and apply them automatically. The command matching is
    implemented by regex and it is configurable.
    
    Fixes: bazelbuild#18
    borkaehw committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    e9e3a1b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Add mrun option to run multiple targets at once

    iBazel currently only supports "run" for single target. Running multiple
    targets requires separate Bazel command executions and busy waiting for
    build processes.
    
    Implement "mrun" command which takes in arbitrary number of targets, and
    run all of them at once. We can pass in corresponding arguments with
    prefix "--arg=".
    borkaehw committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    aa39b7e View commit details
    Browse the repository at this point in the history