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

Run tasks named on command-line in parallel #628

Closed
LeifWarner opened this issue Dec 21, 2012 · 1 comment
Closed

Run tasks named on command-line in parallel #628

LeifWarner opened this issue Dec 21, 2012 · 1 comment
Assignees
Milestone

Comments

@LeifWarner
Copy link

So I could say sbt test doc downloadStuff or whatever, and downloadStuff, which doesn't have a dep on the other tasks, could start running while the code is being compiled, tested, artifacts published, whatever.

We run groups of tasks like this from the command-line on our continuous integration server (Jenkins).

@vigdorchik
Copy link
Contributor

I really like the suggestion. To generalize and make it more orthogonal, I think it should allow for the same functionality from interactive shell.

There needs to be a way to group a sequence of commands into a single command allowing for a whole-sequence dependency resolution.

@ghost ghost assigned harrah Nov 27, 2013
@harrah harrah closed this as completed in d38450b Nov 27, 2013
adpi2 pushed a commit to adpi2/sbt that referenced this issue Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants