You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: